Make jest really silent

This commit is contained in:
Christian Georgi
2021-09-10 15:08:06 +02:00
committed by Christian Georgi
parent bae491a832
commit 48d547e6cd

View File

@@ -30,7 +30,7 @@
"media": "cds watch media",
"mocha": "npx mocha || echo",
"jest": "npx jest",
"test": "npm run jest --silent",
"test": "npm run jest -- --silent",
"test:hello": "cd hello && npm test"
},
"jest": {