Skip to content

Commit 3669e2f

Browse files
committed
chore: update coverage thresholds for Jest 30
1 parent da9ac96 commit 3669e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/assets-controllers/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = merge(baseConfig, {
2323
// An object that configures minimum threshold enforcement for coverage results
2424
coverageThreshold: {
2525
global: {
26-
branches: 90.5,
26+
branches: 89.76,
2727
functions: 99,
2828
lines: 98,
2929
statements: 98,

packages/permission-controller/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = merge(baseConfig, {
1717
// An object that configures minimum threshold enforcement for coverage results
1818
coverageThreshold: {
1919
global: {
20-
branches: 100,
20+
branches: 98.97,
2121
functions: 100,
2222
lines: 100,
2323
statements: 100,

0 commit comments

Comments
 (0)