Files
notesnook/apps/mobile/e2e/config.json
2020-12-01 17:51:58 +05:00

11 lines
227 B
JSON

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