Skip to content

Commit

Permalink
test(*): remove collectCoverageFrom setting
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Oct 1, 2024
1 parent 4816824 commit 96ecd7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 96ecd7f

Please sign in to comment.