Results 2 issues of Sagar Gadekar

I am getting below error when I run 'npm run test' : --------------------------------------------------------------------------------- "Jest did not exit one second after the test run has completed. This usually means that there...

I am using document db with node.js and working on unit tests the "get" request. I have mocked the data using mongo-mock (version 4.0.0). Added a jest unit test for...