Skip to content

Commit

Permalink
coverage threshold to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Benedetti committed Jan 15, 2024
1 parent fd4ea95 commit e4b7afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default {
],
coverageThreshold: {global: {
branches: 90,
functions: 95,
lines: 95,
statements: 95
functions: 90,
lines: 90,
statements: 90
}},
moduleNameMapper: {
'^rxjs': ['rxjs']
Expand Down

0 comments on commit e4b7afd

Please sign in to comment.