mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
13 lines
192 B
JavaScript
13 lines
192 B
JavaScript
|
module.exports = {
|
||
|
mongodbMemoryServerOptions: {
|
||
|
binary: {
|
||
|
version: "4.0.3",
|
||
|
skipMD5: true,
|
||
|
},
|
||
|
instance: {
|
||
|
dbName: "jest",
|
||
|
},
|
||
|
autoStart: false,
|
||
|
},
|
||
|
};
|