I am trying to set the test database for the testing purpose, but its not working.
I am trying to connect to mongodb using mongoose, but finding problem in connection er
I had a similar issue, fixed by adding this code snippet.
mongoose.connect(config.DB,{ useMongoClient:true });