Skip to content

Commit

Permalink
chore: Removes selectors from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
orangevolon committed Nov 20, 2024
1 parent 0a824db commit 4a8e631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.unit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
provider: "v8",
reporter: ["clover", "lcov", "html", "json"],
include: ["src/**", "lib/components/**"],
exclude: ["**/debug-tools/**", "**/__tests__/**", "**/*.d.ts"],
exclude: ["**/debug-tools/**", "**/__tests__/**", "**/*.d.ts", "test-utils/selectors"],
},
},
});

0 comments on commit 4a8e631

Please sign in to comment.