Skip to content

Commit

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

export default config;

0 comments on commit d8ab731

Please sign in to comment.