| { | |
|   "all": true, | |
|   "check-coverage": false, | |
|   "instrumentation": false, | |
|   "sourceMap": false, | |
|   "reporter": ["text-summary", "text", "html", "json"], | |
|   "exclude": [ | |
|     "coverage", | |
|     "example", | |
|     "test", | |
|     "test-core-js.js" | |
|   ] | |
| }
 |