Skip to content

Commit

Permalink
Fix coverage config after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Nov 14, 2022
1 parent 2419ea8 commit 4e0661f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/rpc-methods/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ module.exports = deepmerge(baseConfig, {
coveragePathIgnorePatterns: ['./src/index.ts'],
coverageThreshold: {
global: {
branches: 88.63,
functions: 86.53,
lines: 79.23,
statements: 79.23,
branches: 87.01,
functions: 87.03,
lines: 79,
statements: 79,
},
},
testTimeout: 2500,
Expand Down

0 comments on commit 4e0661f

Please sign in to comment.