UNPKG

547 BPlain TextView Raw
1{
2 "require": [
3 "@babel/register"
4 ],
5 "reporter": [
6 "lcov",
7 "text-summary"
8 ],
9 "include": [
10 "source/**/*.js"
11 ],
12 "exclude": [
13 "source/findNumbers/Leniency.js",
14 "source/findNumbers/RegExpCache.js",
15 "source/findNumbers/LRUCache.js",
16 "source/PhoneNumberMatcher.js",
17 "source/formatNumberForMobileDialing.js",
18 "source/tools/*.js",
19 "**/*.test.js"
20 ],
21 "check-coverage": true,
22 "lines": "100",
23 "sourceMap": false,
24 "instrument": false,
25 "cache": true,
26 "all": true
27}
\No newline at end of file