mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
9 lines
224 B
JSON
9 lines
224 B
JSON
{
|
|
"testEnvironment": "./environment",
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 120000,
|
|
"testRegex": "\\.e2e\\.js$",
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
}
|