mirror of
https://github.com/standardnotes/mobile.git
synced 2025-12-30 19:37:58 -05:00
8 lines
232 B
JSON
8 lines
232 B
JSON
{
|
|
"setupFilesAfterEnv": ["./init.js"],
|
|
"testEnvironment": "detox/runners/jest/JestCircusEnvironment",
|
|
"testRunner": "jest-circus/runner",
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
}
|