diff --git a/setup.js b/setup.js index 74b07f8e..ee8b9450 100644 --- a/setup.js +++ b/setup.js @@ -13,7 +13,7 @@ module.exports = async () => { } const mongoConfig = { - mongoDBName: 'jest', + mongoDBName: getMongodbMemoryOptions().instance.dbName, mongoUri: await mongod.getConnectionString() };