Skip to content

Commit

Permalink
build: fix coverage-generating tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Dec 21, 2018
1 parent 38087c2 commit 66fd2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const webpackConfig = {
exclude: /node_modules/
},
{
test: /src\/.+\.ts$/,
test: /\.ts$/,
exclude: /(node_modules|\.spec\.ts$)/,
loader: 'istanbul-instrumenter-loader',
enforce: 'post',
Expand Down

0 comments on commit 66fd2ef

Please sign in to comment.