Skip to content

Commit e8419ae

Browse files
committed
amino: concurrent tests
1 parent 0969261 commit e8419ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amino/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)