Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 16, 2022
1 parent 38306b3 commit 5038f08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rpc-methods/jest.config.js
Expand Up @@ -5,10 +5,10 @@ module.exports = deepmerge(baseConfig, {
coveragePathIgnorePatterns: ['./src/index.ts'],
coverageThreshold: {
global: {
branches: 88.05,
functions: 89.65,
lines: 84.11,
statements: 84.11,
branches: 87.41,
functions: 87.27,
lines: 83.36,
statements: 83.36,
},
},
testTimeout: 2500,
Expand Down

0 comments on commit 5038f08

Please sign in to comment.