Files
notesnook/apps/mobile/e2e/config.json
2021-07-19 11:10:55 +05:00

10 lines
230 B
JSON

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