| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "all": true, | ||||
| 3 | "check-coverage": false, | ||||
| 4 | "instrumentation": false, | ||||
| 5 | "sourceMap": false, | ||||
| 6 | "reporter": ["text-summary", "text", "html", "json"], | ||||
| 7 | "lines": 93, | ||||
| 8 | "statements": 93, | ||||
| 9 | "functions": 96, | ||||
| 10 | "branches": 89, | ||||
| 11 | "exclude": [ | ||||
| 12 | "coverage", | ||||
| 13 | "example", | ||||
| 14 | "test", | ||||
| 15 | "test-core-js.js" | ||||
| 16 | ] | ||||
| 17 | } | ||||