Skip to content

Commit

Permalink
chore: 添加coverage命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jan 19, 2024
1 parent e49d218 commit 55964b8
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ pnpm-debug.log*
*.sln
*.sw?
.eslintcache

coverage
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "eslint --fix",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"up": "taze minor -I",
"sizecheck": "npx vite-bundle-visualizer"
Expand Down Expand Up @@ -93,6 +94,7 @@
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.0",
"@vue/compiler-sfc": "^3.4.13",
"@vue/runtime-dom": "^3.4.13",
"@vue/test-utils": "^2.4.3",
Expand Down
109 changes: 109 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 55964b8

Please sign in to comment.