Supertest taking too long to execute when multiple tests are executed in the same suite
I am using supertest to test some basic route endpoints. I have the problem that if I use multiple tests in the same suite, I get time out error.
I am using supertest to test some basic route endpoints. I have the problem that if I use multiple tests in the same suite, I get time out error.