BlueWallet/tests/e2e/config.json
Overtorment 5d4a25840b
TST: jest27, remove jasmine, bump detox, split circleci
Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
2022-06-03 17:54:05 +01:00

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
}