Skip to content

Commit 675a889

Browse files
committed
set --no-file-parallelism
1 parent 94a9b29 commit 675a889

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
@@ -12,7 +12,7 @@
1212
"main": "lib/index.js",
1313
"scripts": {
1414
"lint": "eslint .",
15-
"test": "vitest"
15+
"test": "vitest --no-file-parallelism"
1616
},
1717
"jest": {
1818
"testEnvironment": "node"

0 commit comments

Comments
 (0)