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 332b87d commit ee73fa0Copy full SHA for ee73fa0
docs/guides/integration-examples/test-runners.md
@@ -57,7 +57,7 @@ export = async function globalSetup() {
57
}
58
59
// The following is to make sure the database is clean before an test starts
60
- await mongoose.connect(`${process.env.MONGO_URI}/${config.DataBase}`);
+ await mongoose.connect(`${process.env.MONGO_URI}/${config.Database}`);
61
await mongoose.connection.db.dropDatabase();
62
await mongoose.disconnect();
63
};
0 commit comments