mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 06:38:13 +00:00
Summary:
Detox was failing because of build errors due to the new xcode10 build system. These errors were fixed by RSNara in b7349f9857
but this callsite was missed.
Pull Request resolved: https://github.com/facebook/react-native/pull/22468
Reviewed By: RSNara
Differential Revision: D13287386
Pulled By: TheSavior
fbshipit-source-id: 8a2df9801c69d851eabe7074ffc12b29c03a636a
7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"setupTestFrameworkScriptFile" : "./test-init.js",
|
|
"testEnvironment": "node",
|
|
"bail": true,
|
|
"verbose": true
|
|
}
|