Skip to content

Commit

Permalink
test: move coverage to workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 19, 2024
1 parent f2d772b commit 362c00c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.nuxt
.nitro
.cache
coverage
dist

# Node dependencies
Expand Down
1 change: 0 additions & 1 deletion apps/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/ui": "next",
"@vitest/coverage-v8": "^2.1.5",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.11.6",
"nuxt": "^3.14.159",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"devDependencies": {
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
Expand Down
30 changes: 15 additions & 15 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 362c00c

Please sign in to comment.