Skip to content

Commit

Permalink
feat: collect jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkownacki committed Aug 24, 2023
1 parent 066a494 commit 6471794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ export default {
maxWorkers: '2',
workerIdleMemoryLimit: '2.25gb',
preset: 'ts-jest',
collectCoverage: true,
coverageDirectory: 'coverage',
coverageReporters: ['lcov'],
};

0 comments on commit 6471794

Please sign in to comment.