Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(package): set jest coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 19, 2023
1 parent 08f38ad commit 0841fbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
"text",
"lcovonly"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"testEnvironment": "node",
"testTimeout": 60000
},
Expand Down

0 comments on commit 0841fbc

Please sign in to comment.