Skip to content

Commit

Permalink
Adjust VxCentralScan frontend code coverage thresholds
Browse files Browse the repository at this point in the history
To account for removal of <Prose> and <Loading>
  • Loading branch information
arsalansufi committed Oct 6, 2023
1 parent 710a6ac commit f5b1f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/central-scan/frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ module.exports = {
],
coverageThreshold: {
global: {
statements: 81,
statements: 80,
branches: 68,
functions: 70,
lines: 81,
functions: 69,
lines: 80,
},
},
resetMocks: true,
Expand Down

0 comments on commit f5b1f7f

Please sign in to comment.