Skip to content

Commit f6c2ef0

Browse files
committed
test: adjust coverage thresholds
1 parent 41fee27 commit f6c2ef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/assets-controllers/jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ module.exports = merge(baseConfig, {
1818
coverageThreshold: {
1919
global: {
2020
branches: 88.36,
21-
functions: 97.08,
22-
lines: 97.23,
23-
statements: 97.28,
21+
functions: 95.32,
22+
lines: 96.82,
23+
statements: 96.83,
2424
},
2525
},
2626

0 commit comments

Comments
 (0)