Skip to content

Commit

Permalink
Exclude test utilities from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Sep 10, 2024
1 parent 982bd6d commit fa36fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig((configEnv) =>
coverage: {
reporter: ["html", "json"],
include: ["src/"],
exclude: ["src/**/*.{d,test}.{ts,tsx}", "src/utils/test.ts"],
},
},
}),
Expand Down

0 comments on commit fa36fcd

Please sign in to comment.