UNPKG

164 BJavaScriptView Raw
1module.exports = {
2 mongodbMemoryServerOptions: {
3 instance: {
4 dbName: 'jest'
5 },
6 binary: {
7 skipMD5: true
8 },
9 autoStart: false
10 }
11};