Skip to content

Commit 9ca60eb

Browse files
Merge pull request #212 from sun0day/fix/invalidCoverage
2 parents b8e887a + ab04244 commit 9ca60eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function createEsbuildPlugin() {
158158
coverage && [
159159
"istanbul",
160160
{
161-
include: minify ? "**/dist/**/*.js" : "**/src/**/*.js",
161+
include: minify ? "**/dist/**/*.js" : "**/src/**/*.{ts,js}",
162162
},
163163
],
164164
minify && renamePlugin,

0 commit comments

Comments
 (0)