Commit f034dc9e authored by Robert Knight's avatar Robert Knight

Exclude src/test-util from code coverage metrics

Our current policy is not to include test-only code in coverage metrics.
parent f98d0ebb
...@@ -126,7 +126,7 @@ module.exports = function(config) { ...@@ -126,7 +126,7 @@ module.exports = function(config) {
[ [
'babel-plugin-istanbul', 'babel-plugin-istanbul',
{ {
exclude: ['**/test/**/*.{coffee,js}'], exclude: ['**/test/**/*.{coffee,js}', '**/test-util/**'],
}, },
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment