Skip to content

Commit

Permalink
Add ts files as coverage source to jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff authored Dec 29, 2023
1 parent f7a3bcf commit fe47eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: Config.InitialOptions = {
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
collectCoverageFrom: ['src/**/*.ts'],
coverageReporters: ['text-summary', 'cobertura']
};

Expand Down

0 comments on commit fe47eea

Please sign in to comment.