We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0969261 commit e8419aeCopy full SHA for e8419ae
packages/amino/package.json
@@ -29,7 +29,7 @@
29
"docs": "typedoc",
30
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
31
"format-text": "prettier --write \"./*.md\"",
32
- "test-node": "vitest run --globals",
+ "test-node": "vitest run --globals --sequence.concurrent",
33
"test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox karma.conf.cjs",
34
"test-chrome": "yarn pack-web && karma start --single-run --browsers ChromeHeadless karma.conf.cjs",
35
"test": "yarn build-or-skip && yarn test-node",
0 commit comments