Skip to content

Commit

Permalink
decrease JS test coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 5, 2024
1 parent a1f2c3a commit 6bb59e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/ts/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = {
global: {
branches: 89,
functions: 90,
lines: 95,
statements: 95
lines: 90,
statements: 90
},
// The Leaflet API is difficult to test, so we consider a lower
// threshold acceptable for these modules. However, callbacks in
Expand Down

0 comments on commit 6bb59e6

Please sign in to comment.