EvalueTonSavoir/server/jest-mongodb-config.js
2025-03-14 00:42:49 -04:00

12 lines
214 B
JavaScript

module.exports = {
mongodbMemoryServerOptions: {
binary: {
version: '4.0.3',
skipMD5: true,
},
instance: {
dbName: 'jest',
},
autoStart: false,
},
};