mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
missing event coverage exclude (#1761)
This commit is contained in:
parent
e8c524176e
commit
a06138136b
@ -109,7 +109,7 @@ module.exports = function (config) {
|
|||||||
// Source files that you wanna generate coverage for.
|
// Source files that you wanna generate coverage for.
|
||||||
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
|
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
|
||||||
},
|
},
|
||||||
|
|
||||||
coverageReporter: {
|
coverageReporter: {
|
||||||
|
@ -105,7 +105,7 @@ module.exports = function (config) {
|
|||||||
// Source files that you wanna generate coverage for.
|
// Source files that you wanna generate coverage for.
|
||||||
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
|
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
|
||||||
},
|
},
|
||||||
|
|
||||||
coverageReporter: {
|
coverageReporter: {
|
||||||
|
@ -94,7 +94,7 @@ module.exports = function (config) {
|
|||||||
// Source files that you wanna generate coverage for.
|
// Source files that you wanna generate coverage for.
|
||||||
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
|
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
|
||||||
},
|
},
|
||||||
|
|
||||||
coverageReporter: {
|
coverageReporter: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user