diff --git a/container/jest.config.js b/container/jest.config.js index 428b8d4..998a1c6 100644 --- a/container/jest.config.js +++ b/container/jest.config.js @@ -18,7 +18,7 @@ const config = { clearMocks: true, // Indicates whether the coverage information should be collected while executing the test - collectCoverage: true, + collectCoverage: false, // An array of glob patterns indicating a set of files for which coverage information should be collected // collectCoverageFrom: undefined,