mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove event model from coverage (#1753)
This commit is contained in:
committed by
Mario Romano
parent
d739526517
commit
96c72eeef1
@@ -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: {
|
||||
|
Reference in New Issue
Block a user