mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-25 07:48:08 +01:00
10 lines
287 B
JSON
10 lines
287 B
JSON
{
|
|
"maxWorkers": 1,
|
|
"testEnvironment": "./environment",
|
|
"testRunner": "jest-circus/runner",
|
|
"testTimeout": 321000,
|
|
"testRegex": "\\.spec\\.js$",
|
|
"setupFilesAfterEnv": ["./init.js"],
|
|
"reporters": ["detox/runners/jest/streamlineReporter"],
|
|
"verbose": true
|
|
}
|