Skip to content

Commit

Permalink
chore: added utils config to ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Apr 5, 2024
1 parent 40bc493 commit 27c3c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export default defineConfig({
provider: "v8",
},
environment: "happy-dom",
exclude: ["**/*.{yml}", "**/*.config.{js,cjs,ts}", "node_modules"],
exclude: ["**/*.{yml}", "**/*.{config,utils}.*", "node_modules", "dist"],
},
});

0 comments on commit 27c3c8b

Please sign in to comment.