16 lines
240 B
JSON
16 lines
240 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jest-cli": "^13.2.3"
|
||
|
},
|
||
|
"jest": {
|
||
|
"testEnvironment": "node",
|
||
|
"unmockedModulePathPatterns": [
|
||
|
"realm"
|
||
|
],
|
||
|
"testRegex": "test.js"
|
||
|
}
|
||
|
}
|