Skip to content

Commit

Permalink
Exclude polyfills from coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Nov 16, 2016
1 parent c14bc7a commit 5066c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Expand Up @@ -9,7 +9,7 @@ var ensureDir = function (absolutePath) {
};
var coverage = {
test: /\.js$/,
exclude: /test|addons|plugins|node_modules|bower_components|libs\//,
exclude: /test|addons|plugins|node_modules|bower_components|libs\/|src\/utils\/polyfills\.js/,
loader: 'isparta-loader'
};

Expand Down

0 comments on commit 5066c01

Please sign in to comment.