UNPKG

364 BPlain TextView Raw
1{
2 "extension": [
3 ".js",
4 ".cjs",
5 ".mjs"
6 ],
7 "include": [
8 "*"
9 ],
10 "exclude": [
11 "coverage",
12 "test"
13 ],
14 "reporter": [
15 "text",
16 "html",
17 "json",
18 "lcov"
19 ],
20 "all": false,
21 "check-coverage": false,
22 "statements": 100,
23 "branches": 100,
24 "lines": 100,
25 "functions": 100,
26 "sourceMap": true,
27 "instrument": true
28}