Skip to content

Commit 1d7a580

Browse files
committed
test: adjust coverage thresholds
1 parent f149b29 commit 1d7a580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/assets-controllers/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: 88.3,
20+
branches: 88.22,
2121
functions: 95.32,
2222
lines: 96.75,
2323
statements: 96.75,

0 commit comments

Comments
 (0)