Skip to content

Commit

Permalink
restore test thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Aug 22, 2023
1 parent 12da5c8 commit c131619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.json
Expand Up @@ -11,10 +11,10 @@

"coverageThreshold": {
"global": {
"branches": 1,
"functions": 1,
"lines": 1,
"statements": 1
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
}
}

0 comments on commit c131619

Please sign in to comment.