There was an error while loading. Please reload this page.
1 parent 9c5b27c commit 05dd07aCopy full SHA for 05dd07a
javascriptv3/package.json
@@ -2,7 +2,7 @@
2
"name": "root",
3
"private": true,
4
"scripts": {
5
- "test": "npm run test --workspaces --if-present",
+ "test": "npm run test --workspaces --if-present -- --silent",
6
"integration-test": "npm run integration-test --workspaces --if-present -- --silent; exit_code=$?; npm run merge-test-results; npm run log-tests; exit ${exit_code:-99}",
7
"merge-test-results": "jrm test-results.xml \"**/test_results/**/*.junit.xml\"",
8
"log-tests": "cat test-results.xml",
0 commit comments