diff --git a/packages/rpc-methods/jest.config.js b/packages/rpc-methods/jest.config.js index 40caeb93c9..6d34316305 100644 --- a/packages/rpc-methods/jest.config.js +++ b/packages/rpc-methods/jest.config.js @@ -7,10 +7,10 @@ module.exports = { coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'], coverageThreshold: { global: { - branches: 43.52, - functions: 59.74, - lines: 48.27, - statements: 48.04, + branches: 46.25, + functions: 60.52, + lines: 49.72, + statements: 49.46, }, }, moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],