mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-18 20:50:54 -04:00
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"maxWorkers": 1,
|
|
"testEnvironment": "./environment",
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 120000,
|
|
"testRegex": "\\.e2e\\.js$",
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
}
|