Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 23, 2023
1 parent d46cfe5 commit 2fe4237
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 405 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module.exports = {
collectCoverageFrom: ['src/**/*.{ts,tsx}'],
coverageThreshold: {
global: {
branches: 15,
functions: 15,
lines: 15,
statements: 15,
branches: 70,
functions: 80,
lines: 80,
statements: 80,
},
},
moduleDirectories: ['node_modules', 'src'],
Expand Down
Loading

0 comments on commit 2fe4237

Please sign in to comment.