Skip to content

Commit

Permalink
feat(test): add Vitest UI (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasan1999 authored Sep 14, 2024
1 parent 94f47a7 commit 268c76e
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 14 deletions.
158 changes: 144 additions & 14 deletions client/package-lock.json

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

3 changes: 3 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"test:coverage": "run-p serve test:coverage:base --race",
"test:run:base": "vitest --run",
"test:run": "run-p serve test:run:base --race",
"test:ui:base": "npm run test:watch:base -- --ui",
"test:ui": "run-p serve test:ui:base",
"test:watch:base": "vitest -w",
"test:watch": "run-p serve test:watch:base",
"type-check": "vue-tsc --noEmit"
Expand All @@ -37,6 +39,7 @@
"@typescript-eslint/parser": "8.1.0",
"@vitejs/plugin-vue": "5.1.2",
"@vitest/coverage-v8": "2.1.1",
"@vitest/ui": "2.1.1",
"@vue/compiler-sfc": "3.4.38",
"@vue/language-server": "2.1.6",
"@vue/test-utils": "2.4.6",
Expand Down

0 comments on commit 268c76e

Please sign in to comment.