.nycrc 229 B

123456789101112131415
  1. {
  2. "all": true,
  3. "check-coverage": false,
  4. "reporter": ["text-summary", "text", "html", "json"],
  5. "require": [
  6. "babel-register"
  7. ],
  8. "sourceMap": true,
  9. "instrument": false,
  10. "exclude": [
  11. "coverage",
  12. "test",
  13. "tests"
  14. ]
  15. }