mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"jest-cli": "^13.2.3",
|
|
"realm": "../../.."
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"unmockedModulePathPatterns": [
|
|
"realm"
|
|
],
|
|
"testRegex": "test.js"
|
|
}
|
|
}
|