From 589e28228851602a83b1b46b5fb1361e7723ac4b Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 6 Jan 2022 10:17:56 +0100 Subject: [PATCH] mocha has to run parallel --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ca4aeaf..70b6c043 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,6 @@ "**/cds/lib/req/cls.js", "**/odata-v4/okra/**" ] - } + }, + "mochaExplorer.parallel": true }