Skip to content

Commit b30acad

Browse files
committed
We don't need output from successfully executed jest unittests.
1 parent b584da5 commit b30acad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_scripts/run_unittests_react.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ npm install
4545

4646
# Execute all React unittests in the subfolder
4747
echo "Running React unittests in $1..."
48-
CI=true npm test
48+
CI=true npm test -- --silent

0 commit comments

Comments
 (0)