Skip to content

Commit

Permalink
Development: Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Nov 9, 2024
1 parent 7a18571 commit e64adb2
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 434 deletions.
11 changes: 7 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ const esModules = [
'd3-array',
'd3-brush',
'd3-color',
'd3-dispatch',
'd3-drag',
'd3-ease',
'd3-force',
'd3-format',
'd3-hierarchy',
'd3-interpolate',
'd3-path',
'd3-quadtree',
'd3-scale',
'd3-selection',
'd3-shape',
Expand Down Expand Up @@ -102,10 +105,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should increase to at least 90%
statements: 87.53,
branches: 73.62,
functions: 82.09,
lines: 87.59,
statements: 87.55,
branches: 73.68,
functions: 82.12,
lines: 87.61,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down
Loading

0 comments on commit e64adb2

Please sign in to comment.