We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a498bef commit d78ca69Copy full SHA for d78ca69
README.md
@@ -396,7 +396,7 @@ const opts = { useMongoClient: true }; // remove this option if you use mongoose
396
before(async () => {
397
mongoServer = new MongoMemoryServer();
398
const mongoUri = await mongoServer.getUri();
399
- await mongoose.connect(mongouri, opts);
+ await mongoose.connect(mongoUri, opts);
400
});
401
402
after(async () => {
0 commit comments