Skip to content

Commit ffb46f0

Browse files
committed
socket: disable parallelism for tests
1 parent 38e145b commit ffb46f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"docs": "typedoc",
3131
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
3232
"format-text": "prettier --write \"./*.md\"",
33-
"test-node": "vitest run --globals",
33+
"test-node": "vitest run --globals --no-file-parallelism",
3434
"test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox karma.conf.cjs",
3535
"test-chrome": "yarn pack-web && karma start --single-run --browsers ChromeHeadless karma.conf.cjs",
3636
"test": "yarn build-or-skip && yarn test-node",

0 commit comments

Comments
 (0)