Skip to content

Commit

Permalink
Collect coverage for apps/web
Browse files Browse the repository at this point in the history
  • Loading branch information
qiushi1511 committed Oct 18, 2024
1 parent a3ad475 commit f549b5b
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
"test": "vitest run --coverage"
},
"dependencies": {
"@repo/ui": "workspace:*",
Expand All @@ -23,6 +23,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "2.1.3",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"jsdom": "^25.0.1",
Expand Down
81 changes: 81 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 f549b5b

Please sign in to comment.