Skip to content

Commit

Permalink
chore: require 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Feb 9, 2019
1 parent bc6ce3c commit 1d00345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"transformIgnorePatterns": ["/node_modules/"],
"coverageThreshold": {
"global": {
"branches": 10,
"functions": 10,
"lines": 10,
"statements": 10
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"collectCoverage": true,
Expand Down

0 comments on commit 1d00345

Please sign in to comment.