Skip to content

Commit

Permalink
Bump a bunch of deps and coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Jun 6, 2021
1 parent 13f797b commit c530c04
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 516 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export default {
collectCoverageFrom: ['src/**/*.ts', 'src/**/*.tsx'],
coverageThreshold: {
global: {
branches: 80,
functions: 90,
lines: 90,
statements: 90,
branches: 90,
functions: 95,
lines: 95,
statements: 95,
},
},
} as Config.InitialOptions;
Loading

0 comments on commit c530c04

Please sign in to comment.