Skip to content

Commit 5d99ef4

Browse files
committed
Update coverage
1 parent 26ace5f commit 5d99ef4

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: 94.93,
14-
functions: 98.63,
15-
lines: 98.75,
16-
statements: 98.44,
13+
branches: 95,
14+
functions: 98.65,
15+
lines: 98.78,
16+
statements: 98.47,
1717
},
1818
},
1919
});

0 commit comments

Comments
 (0)