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 was also facing same problem after add code { useNewUrlParser: true } in mongoose.connect() method. Problem resolved.
{ useNewUrlParser: true }
mongoose.connect(config.DB,{ useNewUrlParser: true }));