2
0
mirror of synced 2025-02-22 19:18:32 +00:00

CI: Fixed reaxct-native tests with new scripts.

This commit is contained in:
Richard Moore 2020-09-23 15:53:42 -04:00
parent ffa4a2d054
commit 0b061d68cc
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -24,7 +24,7 @@
"test-browser-esm": "npm run _test-esm-dist && npm run _test-browser-esm",
"test-coverage": "nyc --report-dir=output --reporter=lcov --reporter=text mocha --reporter ./packages/tests/reporter-keepalive ./packages/tests/lib/test-*.js | tee output/summary.txt",
"test-node": "mocha --no-colors --reporter ./packages/tests/reporter ./packages/tests/lib/test-*.js",
"test-react": "npm run _dist-test-umd && npm run dist-shims && pushd misc/ReactNativeTestApp && ./run-tests.sh && popd",
"test-react": "npm run _test-umd-dist && npm run build-dist-shims && pushd misc/ReactNativeTestApp && ./run-tests.sh && popd",
"test": "npm run build-all && npm run test-node",
"build-docs": "flatworm docs.wrm docs",
"serve-docs": "node ./misc/admin/lib/cmds/serve-docs.js",