We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3e20d commit c3e6a34Copy full SHA for c3e6a34
packages/keyring-controller/jest.config.js
@@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
17
// An object that configures minimum threshold enforcement for coverage results
18
coverageThreshold: {
19
global: {
20
- branches: 94.55,
+ branches: 94.63,
21
functions: 100,
22
- lines: 98.84,
23
- statements: 98.85,
+ lines: 98.85,
+ statements: 98.86,
24
},
25
26
0 commit comments