Skip to content

Commit d781570

Browse files
committed
update coverage
1 parent 6df462c commit d781570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
1010
],
1111
coverageThreshold: {
1212
global: {
13-
branches: 92.88,
14-
functions: 97.26,
15-
lines: 97.84,
16-
statements: 97.36,
13+
branches: 92.54,
14+
functions: 95.67,
15+
lines: 97.36,
16+
statements: 96.72,
1717
},
1818
},
1919
});

0 commit comments

Comments
 (0)