Skip to content

Commit

Permalink
Merge branch 'main' into 231208-typescript-module-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift authored Jul 22, 2024
2 parents f50b209 + 4485e8a commit 5f0b948
Show file tree
Hide file tree
Showing 9 changed files with 1,137 additions and 795 deletions.
8 changes: 4 additions & 4 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: 90.35,
functions: 96.74,
lines: 97.34,
statements: 97.36,
branches: 91.07,
functions: 97.51,
lines: 98.12,
statements: 98.03,
},
},

Expand Down
Loading

0 comments on commit 5f0b948

Please sign in to comment.