Skip to content

Commit 78a3e85

Browse files
committed
Merge branch 'master' into tsdown
2 parents 686fb6a + 4e48327 commit 78a3e85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vitest.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export default defineConfig({
66
include: ["test/**/*.test.ts"],
77
testTimeout: 60000,
88
coverage: {
9-
include: ["src"],
9+
include: ["src/**/*.ts"],
10+
exclude: ["src/external/**/*.ts"],
11+
reporter: ["html", "lcov", "text-summary"],
1012
},
1113
},
1214
})

0 commit comments

Comments
 (0)