Skip to content

Commit

Permalink
fix: bimoe
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Dec 24, 2024
1 parent 6cc9712 commit c2fb158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default defineConfig({
test: {
exclude: ["**/node_modules"],
coverage: {
enabled: true,
enabled: true,
reporter: ["text", "lcov"],
include: ["packages/**/*.{ts,tsx}"],
include: ["packages/**/*.{ts,tsx}"],
exclude: ["**/node_modules/**", "**/__tests__/**", "**/tests/**"],
},
},
Expand Down

0 comments on commit c2fb158

Please sign in to comment.