mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
13 lines
214 B
JavaScript
13 lines
214 B
JavaScript
|
|
module.exports = {
|
||
|
|
mongodbMemoryServerOptions: {
|
||
|
|
binary: {
|
||
|
|
version: '4.0.3',
|
||
|
|
skipMD5: true,
|
||
|
|
},
|
||
|
|
instance: {
|
||
|
|
dbName: 'jest',
|
||
|
|
},
|
||
|
|
autoStart: false,
|
||
|
|
},
|
||
|
|
};
|