Skip to content

Commit f3737ab

Browse files
committed
stargate: disable parallelism in tests
1 parent e60d953 commit f3737ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"format-text": "prettier --write \"./*.md\"",
3232
"build": "rm -rf ./build && tsc",
3333
"build-or-skip": "[ -n \"${SKIP_BUILD:-}\" ] || yarn build",
34-
"test-node": "vitest run",
34+
"test-node": "vitest run --no-file-parallelism",
3535
"test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox karma.conf.cjs",
3636
"test-chrome": "yarn pack-web && karma start --single-run --browsers ChromeHeadless karma.conf.cjs",
3737
"test": "yarn build-or-skip && yarn test-node",

0 commit comments

Comments
 (0)