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
const conn = await mongoose.connect(process.env.MONGO_URI, { useNewUrlParser: true, useUnifiedTopology: true, useCreateIndex: true })
Always put useNewUrlParser:true before putting the useUnifiedTopology:true, and then the rest.
useNewUrlParser:true
useUnifiedTopology:true