We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f6072 commit 2dd6500Copy full SHA for 2dd6500
package.json
@@ -12,7 +12,8 @@
12
"start": "node bin/index.js",
13
"test": "vitest run tests/*",
14
"test:watch": "vitest --watch tests/*",
15
- "version": "auto-changelog -p && git add CHANGELOG.md"
+ "version": "auto-changelog -p && git add CHANGELOG.md",
16
+ "coverage": "vitest run --coverage"
17
},
18
"engines": {
19
"node": ">=18.0.0"
@@ -39,6 +40,7 @@
39
40
"yargs-parser": "^21.1.1"
41
42
"devDependencies": {
43
+ "@vitest/coverage-v8": "2.1.8",
44
"auto-changelog": "^2.5.0",
45
"vitest": "^2.1.8"
46
0 commit comments