Unverified Commit 4db9f2a3 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1966 from hypothesis/exclude-test-util-from-coverage

Exclude src/test-util from code coverage metrics
parents f98d0ebb f034dc9e
......@@ -126,7 +126,7 @@ module.exports = function(config) {
[
'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