Skip to content

Commit

Permalink
chore: fix issues with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Apr 5, 2024
1 parent 719a3ba commit 3e135e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ export default defineConfig({
coverage: {
reporter: "lcov",
provider: "v8",
exclude: ["**/*.{yml}", "**/*.{config,utils}.*", "node_modules", "dist"],
exclude: ["**/*.{yml}", "**/*.{config,utils}.*", ".eslintrc.cjs", "node_modules", "dist"],
},
environment: "happy-dom",
exclude: ["**/*.{yml}", "**/*.{config,utils}.*", "node_modules", "dist"],
},
});

0 comments on commit 3e135e6

Please sign in to comment.