Skip to content

Commit 8a3d2ca

Browse files
committed
build(deps-dev): install @vitest/coverage-v8
1 parent bad9499 commit 8a3d2ca

File tree

2 files changed

+191
-4
lines changed

2 files changed

+191
-4
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@tada5hi/eslint-config-typescript": "^1.2.18",
3939
"@tada5hi/tsconfig": "^0.7.0",
4040
"@types/node": "^25.2.3",
41+
"@vitest/coverage-v8": "^4.0.18",
4142
"codecov": "^3.8.3",
4243
"cross-env": "^10.1.0",
4344
"eslint": "^8.57.1",
@@ -52,6 +53,7 @@
5253
"scripts": {
5354
"build": "npx nx run-many -t build",
5455
"test": "npx nx run-many -t test",
56+
"test:coverage": "npx nx run-many -t test:coverage",
5557
"lint": "eslint --ext .ts ./packages",
5658
"lint:fix": "npm run lint -- --fix",
5759
"prepare": "husky install"

0 commit comments

Comments
 (0)