Enforce parallel and recursive

This commit is contained in:
Christian Georgi
2022-08-15 15:42:05 +02:00
parent 8eb13d1e45
commit a486b1ee19

View File

@@ -29,7 +29,7 @@
"jest": "npx jest", "jest": "npx jest",
"start": "cds watch fiori", "start": "cds watch fiori",
"test": "npm run jest -- --silent", "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" "test:hello": "cd hello && npm test"
}, },
"jest": { "jest": {