cleanup mocha settings
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
parallel: true
|
|
||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user