Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 48d547e

Browse files
committed
Make jest really silent
1 parent bae491a commit 48d547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"media": "cds watch media",
3131
"mocha": "npx mocha || echo",
3232
"jest": "npx jest",
33-
"test": "npm run jest --silent",
33+
"test": "npm run jest -- --silent",
3434
"test:hello": "cd hello && npm test"
3535
},
3636
"jest": {

0 commit comments

Comments
 (0)