Guyllaume Cardinal
Guyllaume Cardinal
Right now, `CamelCase` (and, obviously, `CamelCasedProperties` and `CamelCasedPropertiesDeep`) behaves weirdly when handling two character strings. When it's a 2 character string (like `ID`, for example), it will transform the string...
Is ts-mockito able to mock a single function? I've been trying without much success and I'm worried that it's not a supported use case... This lib has been a real...
Couldn't find it in the documentation or by digging a bit in the source code; is it possible to specify which file to import when setting up our transforms? Say...
CSmartTable: Setting `activePage` only works on first render, even when `pagination` is not defined.
When using `CSmartTable` with an external `CSmartPagination` component, changing the activePage prop won't update the table rows. According to the docs, that should be possible:  You can find a...
In a test, if I call `server.emit('an-event', {foo: 'bar'})`, the socket in my test will receive `[Object object]` as the payload. The exact code is below. I am using the...