Skip to content

Commit d2e674d

Browse files
committed
Adjust coverage thresholds because of the moved files
1 parent 36c7416 commit d2e674d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/snaps-rpc-methods/jest.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
1010
],
1111
coverageThreshold: {
1212
global: {
13-
branches: 93.07,
14-
functions: 100,
15-
lines: 99.2,
16-
statements: 97.77,
13+
branches: 92.3,
14+
functions: 97.51,
15+
lines: 98.19,
16+
statements: 97.26,
1717
},
1818
},
1919
});

0 commit comments

Comments
 (0)