Kamran Khan

Results 2 issues of Kamran Khan

Hey everyone, I have been experiencing memory leaks in any test files that require supertest when using Jest with the `--detectLeaks` option on an express server. ### Versions node: **12.16.1**...

I am using this module to cache queries on a nextjs/node application. Within nextjs I have a simple file within the `/api` folder (`/api/cache/client.js`) that contains the following code: ```...

Bug