Skip to content

Commit 0b3231e

Browse files
committed
test: add coverage for CryptoAccount mode
1 parent 3eee499 commit 0b3231e

2 files changed

Lines changed: 301 additions & 161 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ module.exports = merge(baseConfig, {
2020
// An object that configures minimum threshold enforcement for coverage results
2121
coverageThreshold: {
2222
global: {
23-
branches: 68.25,
24-
functions: 95.34,
25-
lines: 80.28,
26-
statements: 80.66,
23+
branches: 85.71,
24+
functions: 100,
25+
lines: 93.26,
26+
statements: 93.39,
2727
},
2828
},
2929
});

0 commit comments

Comments
 (0)