Skip to content

Commit f7f3abf

Browse files
committed
crypto: concurrent tests
1 parent e8419ae commit f7f3abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/package.json

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

0 commit comments

Comments
 (0)