Notification service test (#1801)

This commit is contained in:
Eugenio Romano
2017-04-02 13:44:12 +01:00
committed by Mario Romano
parent e484eef348
commit a6c83f9c64
2 changed files with 95 additions and 1 deletions

View File

@@ -99,7 +99,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|*event|mdl*).js': 'coverage'
'src/**/!(*spec|index|*mock|*model|*event|*interface|mdl*).js': 'coverage'
},
coverageReporter: {