Skip to content

Commit

Permalink
update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrans committed Jun 11, 2024
1 parent ca38df4 commit f37138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = merge(baseConfig, {
coverageThreshold: {
global: {
branches: 81.35,
functions: 81.57,
functions: 80.55,
lines: 86.28,
statements: 86.44,
},
Expand Down

0 comments on commit f37138e

Please sign in to comment.