NestJS tests (Jest) never terminated while using mongoose
I am using Mongoose to connect to MongoDB. While testing my code with Jest, the tests passed but never terminated.
I am using Mongoose to connect to MongoDB. While testing my code with Jest, the tests passed but never terminated.