From 48d547e6cd1aea5d42db9aa97955320c2e66c290 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Fri, 10 Sep 2021 15:08:06 +0200 Subject: [PATCH] Make jest really silent --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2543c7c8..0774ec77 100644 --- a/package.json +++ b/package.json @@ -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": {