improve test datatable

This commit is contained in:
Eugenio Romano
2016-11-10 15:18:04 +00:00
parent be3174d6e3
commit ce6f89d47d
6 changed files with 126 additions and 3 deletions

View File

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