|
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 -- ", |
17 | | - "test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:ios -- ", |
18 | 18 | "gen:rs": "ferric init lib_in_rust", |
19 | 19 | "build:rs": "ferric build --cwd lib_in_rust", |
20 | | - "build:rs:release": "npm run build:rs -- --configuration release" |
| 20 | + "build:rs:release": "npm run build:rs -- --configuration release", |
| 21 | + "test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests npm run test:ios -- " |
21 | 22 | }, |
22 | 23 | "dependencies": { |
23 | 24 | "@babel/core": "^7.26.10", |
|
26 | 27 | "@react-native-community/cli": "^18.0.0", |
27 | 28 | "@react-native-community/cli-platform-android": "^18.0.0", |
28 | 29 | "@react-native-community/cli-platform-ios": "^18.0.0", |
| 30 | + "@react-native-node-api/node-addon-examples": "*", |
| 31 | + "@react-native-node-api/node-tests": "*", |
29 | 32 | "@react-native/babel-preset": "0.79.0", |
30 | 33 | "@react-native/metro-config": "0.79.0", |
31 | 34 | "@react-native/typescript-config": "0.79.0", |
|
39 | 42 | "mocha-remote-react-native": "^1.13.2", |
40 | 43 | "react": "19.0.0", |
41 | 44 | "react-native": "0.79.5", |
42 | | - "@react-native-node-api/node-addon-examples": "*", |
43 | 45 | "react-native-node-api": "*", |
44 | 46 | "react-native-test-app": "^4.3.3" |
45 | 47 | } |
|
0 commit comments