We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9515b8b commit 5696245Copy full SHA for 5696245
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"lint": "eslint",
11
"lint:fix": "eslint --fix",
12
- "unit": "node --test --test-timeout=180000 test/*.js",
+ "unit": "node --test --test-timeout=180000 --test-concurrency=1 test/*.js",
13
"test": "npm run lint && npm run unit",
14
"coverage": "c8 --reporter=lcov npm run unit",
15
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause;Apache-2.0;Apache*'",
0 commit comments