Skip to content

Commit 652d268

Browse files
chore: remove concurrently (#407)
It was frustrating to use since it you can't really use the keyboard to control tests. Instead you just have to manually trigger the test (e.g. press enter)
1 parent 653fa7f commit 652d268

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@types/chai": "^4.3.20",
4242
"@typescript-eslint/eslint-plugin": "^8.31.0",
4343
"@typescript-eslint/parser": "^8.31.0",
44-
"concurrently": "^9.2.0",
4544
"eslint": "9.31.0",
4645
"eslint-config-prettier": "10.1.5",
4746
"eslint-config-xo": "0.46.0",
@@ -94,7 +93,6 @@
9493
"lint": "eslint . --max-warnings 0 && prettier --check . && tsc --build",
9594
"format": "prettier --write .",
9695
"test": "vitest",
97-
"test:watch": "concurrently -i --raw --prefix none 'pnpm test:unit --watch' --raw 'pnpm test:integration --watch'",
9896
"test:unit": "vitest --config vitest.unit.config.mjs",
9997
"test:integration": "vitest --config vitest.integration.config.mjs",
10098
"prepare": "husky install",

pnpm-lock.yaml

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)