Skip to content

Commit

Permalink
coverage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 10, 2024
1 parent 8d346e3 commit f75d123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default defineConfig({
test: {
globals: true,
css: true,
root: "app",
coverage: {
all: false,
include: ["app/**"],
reporter: ["text", "json-summary", "json"],
reportOnFailure: true,
},
Expand Down

0 comments on commit f75d123

Please sign in to comment.