|
10 | 10 | "test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --", |
11 | 11 | "test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:android -- ", |
12 | 12 | "test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:android -- ", |
| 13 | + "test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests npm run test:android -- ", |
13 | 14 | "test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:android -- ", |
14 | 15 | "test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --", |
15 | 16 | "test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:ios -- ", |
16 | 17 | "test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:ios -- ", |
| 18 | + "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests npm run test:ios -- ", |
17 | 19 | "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:ios -- " |
18 | 20 | }, |
19 | 21 | "dependencies": { |
|
23 | 25 | "@react-native-community/cli": "^18.0.0", |
24 | 26 | "@react-native-community/cli-platform-android": "^18.0.0", |
25 | 27 | "@react-native-community/cli-platform-ios": "^18.0.0", |
| 28 | + "@react-native-node-api/node-addon-examples": "*", |
| 29 | + "@react-native-node-api/node-tests": "*", |
26 | 30 | "@react-native/babel-preset": "0.79.0", |
27 | 31 | "@react-native/metro-config": "0.79.0", |
28 | 32 | "@react-native/typescript-config": "0.79.0", |
|
36 | 40 | "mocha-remote-react-native": "^1.13.2", |
37 | 41 | "react": "19.0.0", |
38 | 42 | "react-native": "0.79.5", |
39 | | - "react-native-node-addon-examples": "*", |
40 | 43 | "react-native-node-api": "*", |
41 | 44 | "react-native-test-app": "^4.3.3" |
42 | 45 | } |
|
0 commit comments