Skip to content

Commit 0969261

Browse files
committed
proto-signing: concurrent tests
1 parent 3f6b209 commit 0969261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/proto-signing/package.json

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

0 commit comments

Comments
 (0)