Skip to content

Commit

Permalink
Merge branch 'main' into 231114-fix-mock-eth-query
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift authored Nov 14, 2023
2 parents 0a03684 + 2938d37 commit 6de0c76
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 254 deletions.
6 changes: 3 additions & 3 deletions packages/assets-controllers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 87.77,
branches: 88.2,
functions: 96.15,
lines: 95.28,
statements: 95.4,
lines: 96.25,
statements: 96.5,
},
},

Expand Down
Loading

0 comments on commit 6de0c76

Please sign in to comment.