Skip to content

Commit 05dd07a

Browse files
authored
JavaScript (v3): Tests - Silence console output during full unit test run. (#6878)
1 parent 9c5b27c commit 05dd07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascriptv3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "root",
33
"private": true,
44
"scripts": {
5-
"test": "npm run test --workspaces --if-present",
5+
"test": "npm run test --workspaces --if-present -- --silent",
66
"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}",
77
"merge-test-results": "jrm test-results.xml \"**/test_results/**/*.junit.xml\"",
88
"log-tests": "cat test-results.xml",

0 commit comments

Comments
 (0)