diff --git a/jest.config.ts b/jest.config.ts index 93bca91..8f85218 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -7,9 +7,6 @@ const config: Config = { // Indicates whether the coverage information should be collected while executing the test collectCoverage: true, - // An array of glob patterns indicating a set of files for which coverage information should be collected - collectCoverageFrom: ['./src/**'], - // The directory where Jest should output its coverage files coverageDirectory: 'coverage',