Skip to content

Commit e12f315

Browse files
committed
Add script to run mocha-remote and metro alone
1 parent eea275b commit e12f315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/test-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"android": "react-native run-android --no-packager --active-arch-only",
88
"ios": "react-native run-ios --no-packager",
99
"pod-install": "cd ios && pod install",
10+
"mocha-and-metro": "mocha-remote --exit-on-error -- node --run metro",
1011
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
1112
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ",
1213
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ",

0 commit comments

Comments
 (0)