mmejiadeveloper

Results 3 comments of mmejiadeveloper
trafficstars

same problem here if I use: ```ts apiRoutes.all('/webhooks', [validateIntegratorUser, validateAdminUser], webHooksRoutes); ``` then i test: ```ts describe('POST - /api/v1/webhooks', () => { it('should return a object the same structure passed...

> same problem here > > if I use: > > ```ts > apiRoutes.all('/webhooks', [validateIntegratorUser, validateAdminUser], webHooksRoutes); > ``` > > then i test: > > ```ts > describe('POST -...

@santiq hey bro how you doing? I had a look to your library and I thought it was creating .ts migration files as it says it supports typescript. Our project...