Skip to content

Commit 3e52ac6

Browse files
committed
chore: adjust jest config
1 parent f7e6591 commit 3e52ac6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/keyring-eth-onekey/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ module.exports = merge(baseConfig, {
2323
// An object that configures minimum threshold enforcement for coverage results
2424
coverageThreshold: {
2525
global: {
26-
branches: 74.31,
27-
functions: 91.25,
28-
lines: 92.83,
29-
statements: 92.88,
26+
branches: 72.36,
27+
functions: 90.12,
28+
lines: 92.51,
29+
statements: 92.56,
3030
},
3131
},
3232
});

0 commit comments

Comments
 (0)