antongolub/iso8601

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "reporter": [
    "html",
    "text",
    "text-summary"
  ],
  "include": [
    "src/**/*.js"
  ],
  "require": [
    "babel-core/register",
    "flow-remove-types/register"
  ],
  "check-coverage": false,
  "cache": true
}