Skip to content

Commit

Permalink
fix: remove coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers committed Jan 31, 2025
1 parent e01820d commit 8210150
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ const config: Config.InitialOptions = {
},
silent: false,
testMatch: ['**/*.test.ts'],
coverageThreshold: {
global: {
branches: 80,
functions: 80,
lines: 80,
statements: -10,
},
},
verbose: true,
}
export default config

0 comments on commit 8210150

Please sign in to comment.