From a486b1ee195289f8fcbf805faa8b8c5a83da0ce1 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 15 Aug 2022 15:42:05 +0200 Subject: [PATCH] Enforce parallel and recursive --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61cd6681..350ad817 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest": "npx jest", "start": "cds watch fiori", "test": "npm run jest -- --silent", - "test:mocha": "npx mocha --timeout 20000", + "test:mocha": "npx mocha --parallel --recursive --timeout 20000", "test:hello": "cd hello && npm test" }, "jest": {