Skip to content

Commit

Permalink
Merge pull request #553 from magiclabs/ariflo-sc-80089-revert-thresho…
Browse files Browse the repository at this point in the history
…ld-change

Revert Threshold Change
  • Loading branch information
Ariflo authored Jun 23, 2023
2 parents 0492ee7 + eeeb4ac commit c0db99e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const config: Config.InitialOptions = {
testTimeout: 30000, // 30s
coverageThreshold: {
global: {
lines: 95,
statements: 95,
functions: 95,
branches: 95,
lines: 99,
statements: 99,
functions: 98,
branches: 99,
},
},
setupFilesAfterEnv: ['./test/setup.ts'],
Expand Down

0 comments on commit c0db99e

Please sign in to comment.