Skip to content

Commit

Permalink
Enable coverage report via vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Dec 16, 2024
1 parent 45e0bce commit 513b318
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 2 deletions.
155 changes: 155 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lint": "eslint . --fix",
"lint:check": "eslint .",
"format": "prettier --write src/",
"format:check": "prettier --check src/"
"format:check": "prettier --check src/",
"coverage": "TZ=UTC vitest run --coverage"
},
"dependencies": {
"pinia": "^2.2.6",
Expand All @@ -28,6 +29,7 @@
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "1.1.16",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
Expand All @@ -45,4 +47,4 @@
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
}
}
}

0 comments on commit 513b318

Please sign in to comment.