UNPKG
@w-schmitt/jest-mongodb
Version:
latest (1.0.2)
1.0.2
1.0.1
Run your tests using Jest & MongoDB in Memory server
@w-schmitt/jest-mongodb
/
jest-mongodb-config.js
12 lines
(11 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
mongodbMemoryServerOptions:
{
instance:
{
dbName:
'jest'
},
binary:
{
skipMD5:
true
},
autoStart:
false
} }
;