Files
notesnook/apps/mobile/e2e/config.json
2020-09-28 09:29:09 +05:00

9 lines
224 B
JSON

{
"testEnvironment": "./environment",
"testRunner": "jest-circus/runner",
"testTimeout": 120000,
"testRegex": "\\.e2e\\.js$",
"reporters": ["detox/runners/jest/streamlineReporter"],
"verbose": true
}