Skip to content

Commit

Permalink
tests: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 2, 2024
1 parent 7c83aed commit eda9600
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"dev": "node dist/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest"
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@inquirer/prompts": "^6.0.1",
Expand All @@ -43,6 +44,7 @@
"@storyblok/eslint-config": "^0.2.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.1.1",
"eslint": "^9.10.0",
"memfs": "^4.11.2",
"pathe": "^1.1.2",
Expand Down
Loading

0 comments on commit eda9600

Please sign in to comment.