Skip to content

Commit

Permalink
chore(design-system): fix no coverage for look-and-feel react
Browse files Browse the repository at this point in the history
  • Loading branch information
pplancq committed Jan 16, 2025
1 parent 2640f5d commit 0434473
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,7 +6,7 @@ export default defineConfig({
globals: true,
coverage: {
reporter: ["text", "lcov", "html"],
include: ["look-and-feel/react/src", "slash/react/src"],
include: ["client/look-and-feel/react/src", "slash/react/src"],
exclude: [
"**/*.stories.ts?(x)",
"./config/*",
Expand Down

0 comments on commit 0434473

Please sign in to comment.