aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/jest.config.js')
-rw-r--r--vid-app-common/jest.config.js4
1 files changed, 2 insertions, 2 deletions
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 = {
"<rootDir>/src/main/webapp/app/vid/external"
],
setupFilesAfterEnv: ["<rootDir>/test-config.js"],
- collectCoverage: true,
+ collectCoverage: false,
collectCoverageFrom: [
"src/**/*.js",
"!**/node_modules/**",
"!**/vendor/**"
]
-}; \ No newline at end of file
+};