Skip to content

Commit

Permalink
Development: Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Jul 20, 2022
1 parent 14fdb02 commit 4869ee5
Show file tree
Hide file tree
Showing 3 changed files with 1,727 additions and 2,700 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should be increase to at least 85%
statements: 84.1,
branches: 70.9,
functions: 76.9,
lines: 83.9,
statements: 84.3,
branches: 71.4,
functions: 77.2,
lines: 84.1,
},
},
setupFilesAfterEnv: ['<rootDir>/src/test/javascript/spec/jest-test-setup.ts', 'jest-extended/all'],
Expand Down
Loading

0 comments on commit 4869ee5

Please sign in to comment.