Skip to content

Commit

Permalink
require minimal test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezystem committed Dec 8, 2023
1 parent 7f538b9 commit a660cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"coverageThreshold": {
"global": {
"branches": 90,
"functions": 95,
"lines": 95,
"statements": 95
"functions": 100,
"lines": 100,
"statements": 100
}
},
"preset": "ts-jest",
Expand Down

0 comments on commit a660cbb

Please sign in to comment.