Skip to content

Commit

Permalink
Changed: reduced branch global test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Sep 3, 2024
1 parent edd61fe commit e129485
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 @@ -12,7 +12,7 @@ const config: Config = {
testTimeout: 25000,
coverageThreshold: {
global: {
branches: 95,
branches: 90,
functions: 95,
lines: 95,
statements: 95
Expand Down

0 comments on commit e129485

Please sign in to comment.