We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea275b commit e12f315Copy full SHA for e12f315
apps/test-app/package.json
@@ -7,6 +7,7 @@
7
"android": "react-native run-android --no-packager --active-arch-only",
8
"ios": "react-native run-ios --no-packager",
9
"pod-install": "cd ios && pod install",
10
+ "mocha-and-metro": "mocha-remote --exit-on-error -- node --run metro",
11
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
12
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ",
13
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ",
0 commit comments