File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
"tests:ios:test" : " cd tests && ./node_modules/.bin/detox test --configuration ios.sim.debug --loglevel warn" ,
37
37
"tests:ios:test:debug" : " cd tests && ./node_modules/.bin/detox test --configuration ios.sim.debug --loglevel warn --inspect" ,
38
38
"tests:ios:test-reuse" : " cd tests && ./node_modules/.bin/detox test --configuration ios.sim.debug --reuse --loglevel warn" ,
39
- "tests:ios:test-cover" : " cd tests && ./node_modules/.bin/nyc ./node_modules/.bin/detox test --configuration ios.sim.debug" ,
39
+ "tests:ios:test-cover" : " cd tests && ./node_modules/.bin/nyc ./node_modules/.bin/detox test --configuration ios.sim.debug --loglevel warn " ,
40
40
"tests:ios:test-cover-reuse" : " cd tests && node_modules/.bin/nyc ./node_modules/.bin/detox test --configuration ios.sim.debug --reuse --loglevel warn" ,
41
41
"tests:ios:pod:install" : " cd tests && cd ios && rm -rf ReactNativeFirebaseDemo.xcworkspace && rm -f Podfile.lock && pod install --repo-update && cd .." ,
42
42
"format:markdown" : " prettier --write \" docs/**/*.md\" "
You can’t perform that action at this time.
0 commit comments