Skip to content

Commit

Permalink
chore(Test): Remove include and exclude configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Nov 25, 2024
1 parent 471ef05 commit 886a14b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ export default defineConfig(() => ({
test: {
environment: "happy-dom",
reporters: process.env.GITHUB_ACTIONS ? ['dot', 'github-actions'] : ['dot'],
include: ["src"],
},
coverage: {
provider: "v8",
include: ["src"]
}
}));

0 comments on commit 886a14b

Please sign in to comment.