mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"testEnvironment": "./environment",
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 120000,
|
|
"testRegex": "notes.e2e.js",
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
|
|
}
|
|
|