From 46b58f1b5c9104ed168ba3022329f3756f287810 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Aug 2021 14:18:02 +0200 Subject: [PATCH] skipping ts test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd8c9dfb..f625843f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "media": "cds watch media", "mocha": "npx mocha || echo", "jest": "npx jest", - "test": "npm run jest --silent && npm run test:hello", + "test": "npm run jest --silent", "test:hello": "cd hello && npm test" }, "jest": {