๐Ÿ“ฆ antongolub / iso8601

๐Ÿ“„ .nycrc ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
  "reporter": [
    "html",
    "text",
    "text-summary"
  ],
  "include": [
    "src/**/*.js"
  ],
  "require": [
    "babel-core/register",
    "flow-remove-types/register"
  ],
  "check-coverage": false,
  "cache": true
}