Skip to content

Commit

Permalink
Fix the inclusion of test/ directory as part of code coverage report…
Browse files Browse the repository at this point in the history
…ing (#487)
  • Loading branch information
didi0613 authored and jchip committed Jul 22, 2017
1 parent 24ea88f commit 18c101a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module.exports = function() {
{
_name: "isparta-loader",
loader: iiLoader,
test: /(test|client)\/.*\.jsx?$/,
test: /client\/.*\.jsx?$/,
enforce: "pre",
exclude: /(node_modules|\bclient\/vendor\b)/
exclude: /(node_modules|\btest\/|\bclient\/vendor\b)/
}
]
}
Expand Down

0 comments on commit 18c101a

Please sign in to comment.