Skip to content

Commit

Permalink
Merge pull request #212 from sun0day/fix/invalidCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 26, 2022
2 parents b8e887a + ab04244 commit 9ca60eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function createEsbuildPlugin() {
coverage && [
"istanbul",
{
include: minify ? "**/dist/**/*.js" : "**/src/**/*.js",
include: minify ? "**/dist/**/*.js" : "**/src/**/*.{ts,js}",
},
],
minify && renamePlugin,
Expand Down

0 comments on commit 9ca60eb

Please sign in to comment.