You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
210 B

4 years ago
  1. {
  2. "check-coverage": true,
  3. "lines": 80,
  4. "statements": 80,
  5. "functions": 80,
  6. "branches": 80,
  7. "instrument": false,
  8. "sourceMap": false,
  9. "reporter": [
  10. "text",
  11. "text-summary",
  12. "html"
  13. ]
  14. }