|
8 | 8 | "ios": "react-native run-ios --no-packager",
|
9 | 9 | "pod-install": "cd ios && pod install",
|
10 | 10 | "test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
|
11 |
| - "test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:android -- ", |
12 |
| - "test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:android -- ", |
13 |
| - "test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests npm run test:android -- ", |
14 |
| - "test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:android -- ", |
| 11 | + "test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ", |
| 12 | + "test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ", |
| 13 | + "test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:android -- ", |
| 14 | + "test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:android -- ", |
15 | 15 | "test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --",
|
16 |
| - "test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:ios -- ", |
17 |
| - "test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:ios -- ", |
18 |
| - "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests npm run test:ios -- ", |
19 |
| - "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:ios -- " |
| 16 | + "test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:ios -- ", |
| 17 | + "test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:ios -- ", |
| 18 | + "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:ios -- ", |
| 19 | + "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:ios -- " |
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 | 22 | "@babel/core": "^7.26.10",
|
|
0 commit comments