Skip to content

Commit

Permalink
test: add ui
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 26, 2024
1 parent a8526fc commit 0832caa
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 23 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/compiler-sfc": "^3.4.30",
"@vue/server-renderer": "^3.4.30",
"chalk": "^5.3.0",
Expand Down
80 changes: 57 additions & 23 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
isolate: false,
include: ['packages/**/*.spec.ts'],
coverage: {
enabled: true,
reporter: ['html', 'lcov', 'text'],
include: ['packages/pinia/src/**/*.ts', 'packages/testing/src/**/*.ts'],
exclude: [
Expand Down

0 comments on commit 0832caa

Please sign in to comment.