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