Skip to content

Commit

Permalink
fix(bridge-ui): test
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Mar 20, 2023
1 parent 587393e commit 8a4e2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default {
],
coverageThreshold: {
global: {
statements: 94,
statements: 92,
branches: 72,
functions: 88,
lines: 95,
lines: 92,
},
},
modulePathIgnorePatterns: ['<rootDir>/public/build/'],
Expand Down

0 comments on commit 8a4e2aa

Please sign in to comment.