Skip to content

Commit 15c573c

Browse files
authored
Ignore src/utils.ts in test coverage
1 parent 5540a89 commit 15c573c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
test: {
55
coverage: {
66
include: ["src/**/*.ts"],
7+
ignore: ["src/utils.ts"],
78
reporter: ["html", "text", "json"],
89
thresholds: {
910
100: true,

0 commit comments

Comments
 (0)