diff --git a/packages/keyring-controller/jest.config.js b/packages/keyring-controller/jest.config.js index a7a7dca1587..838f2c07965 100644 --- a/packages/keyring-controller/jest.config.js +++ b/packages/keyring-controller/jest.config.js @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 74.14, - functions: 98.94, - lines: 93.84, - statements: 93.88, + branches: 73.79, + functions: 98.93, + lines: 93.81, + statements: 93.85, }, },