Skip to content

Commit 5696245

Browse files
authored
fix: serialize test files (#121)
1 parent 9515b8b commit 5696245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "eslint",
1111
"lint:fix": "eslint --fix",
12-
"unit": "node --test --test-timeout=180000 test/*.js",
12+
"unit": "node --test --test-timeout=180000 --test-concurrency=1 test/*.js",
1313
"test": "npm run lint && npm run unit",
1414
"coverage": "c8 --reporter=lcov npm run unit",
1515
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause;Apache-2.0;Apache*'",

0 commit comments

Comments
 (0)