remove event model from coverage (#1753)

This commit is contained in:
Eugenio Romano
2017-03-23 12:00:15 +00:00
committed by Mario Romano
parent d739526517
commit 96c72eeef1
12 changed files with 12 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: {
'src/**/!(*spec|index|*mock|*model).js': 'coverage'
'src/**/!(*spec|index|*mock|*model|*event).js': 'coverage'
},
coverageReporter: {