X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fjest.config.js;h=3f72db3be252fa15e78e6ab4097a08ff4690e0a9;hb=HEAD;hp=e9ca59b110b18c761f4286fe70c8d10cf2d936ad;hpb=fd2a54c8aee2bfc4ae2f62a2eac392aad66d2578;p=vid.git diff --git a/vid-app-common/jest.config.js b/vid-app-common/jest.config.js index e9ca59b11..3f72db3be 100644 --- a/vid-app-common/jest.config.js +++ b/vid-app-common/jest.config.js @@ -7,10 +7,10 @@ module.exports = { "/src/main/webapp/app/vid/external" ], setupFilesAfterEnv: ["/test-config.js"], - collectCoverage: true, + collectCoverage: false, collectCoverageFrom: [ "src/**/*.js", "!**/node_modules/**", "!**/vendor/**" ] -}; \ No newline at end of file +};