Skip to content
8 changes: 4 additions & 4 deletions packages/transaction-controller/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 93.44,
functions: 97.39,
lines: 98.4,
statements: 98.42,
branches: 94.37,
functions: 97.94,
lines: 98.52,
statements: 98.53,
},
},

Expand Down
Loading