Skip to content

Commit

Permalink
Exclude polyfill.js from code coverage (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored Aug 12, 2016
1 parent e5b9b35 commit d047f07
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 @@ -4,7 +4,7 @@ var webpackConfig = require('./webpack.conf');
webpackConfig.module.postLoaders = [
{
test: /\.js$/,
exclude: /(node_modules)|(test)|(integrationExamples)|(build)/,
exclude: /(node_modules)|(test)|(integrationExamples)|(build)|polyfill.js/,
loader: 'istanbul-instrumenter'
}
];
Expand Down

0 comments on commit d047f07

Please sign in to comment.