.nycrc 81 B

123456789
  1. {
  2. "exclude": [
  3. "test/**"
  4. ],
  5. "reporter": [
  6. "html",
  7. "text"
  8. ]
  9. }