File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "test:android" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --" ,
1111 "test:android:allTests" : " MOCHA_REMOTE_CONTEXT=allTests pnpm test:android -- " ,
1212 "test:android:nodeAddonExamples" : " MOCHA_REMOTE_CONTEXT=nodeAddonExamples pnpm test:android -- " ,
13- "test:android:nodeTests" : " MOCHA_REMOTE_CONTEXT=nodeTests pnpm test:android -- " ,
13+ "test:android:nodeTests" : " MOCHA_REMOTE_CONTEXT=nodeTests pnpm test:android -- " ,
1414 "test:android:ferricExample" : " MOCHA_REMOTE_CONTEXT=ferricExample pnpm test:android -- " ,
1515 "test:ios" : " mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --" ,
1616 "test:ios:allTests" : " MOCHA_REMOTE_CONTEXT=allTests pnpm test:ios -- " ,
1717 "test:ios:nodeAddonExamples" : " MOCHA_REMOTE_CONTEXT=nodeAddonExamples pnpm test:ios -- " ,
18- "test:ios:nodeTests" : " MOCHA_REMOTE_CONTEXT=nodeTests pnpm test:ios -- " ,
18+ "test:ios:nodeTests" : " MOCHA_REMOTE_CONTEXT=nodeTests pnpm test:ios -- " ,
1919 "test:ios:ferricExample" : " MOCHA_REMOTE_CONTEXT=ferricExample pnpm test:ios -- "
2020 },
2121 "dependencies" : {
You can’t perform that action at this time.
0 commit comments