cleanup mocha settings

This commit is contained in:
Daniel
2020-10-29 17:26:28 +01:00
committed by Daniel Hutzel
parent 8317503b20
commit 7b5c60c3c7
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +0,0 @@
parallel: true

View File

@@ -28,6 +28,9 @@
"jest": "npx jest --verbose", "jest": "npx jest --verbose",
"test": "npm run jest -s" "test": "npm run jest -s"
}, },
"mocha": {
"parallel": true
},
"jest": { "jest": {
"testEnvironment": "node" "testEnvironment": "node"
}, },