Skip to content

Commit

Permalink
Fix jest conf after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Nov 9, 2022
1 parent bb8c58e commit 0b98939
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: 89.47,
functions: 73.33,
lines: 47.42,
statements: 47.42,
branches: 90.69,
functions: 75,
lines: 54.18,
statements: 54.18,
},
},
testTimeout: 2500,
Expand Down

0 comments on commit 0b98939

Please sign in to comment.