Skip to content

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 84acb74 commit b44e9f7
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 @@ -48,6 +48,14 @@
"text",
"lcovonly"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"testEnvironment": "node",
"testTimeout": 10000
},
Expand Down

0 comments on commit b44e9f7

Please sign in to comment.