{ "coveragePathIgnorePatterns": [ "/node_modules/", "/test/", "/source/findNumbers/RegExpCache.js", "/source/findNumbers/Leniency.js", "/source/findNumbers/LRUCache.js", "/source/findNumbers/matchPhoneNumberStringAgainstPhoneNumber.js", "/source/formatNumberForMobileDialing.js", "/source/getCountryCallingCode.js", "/source/PhoneNumberMatcher.js", "/source/tools/*.js" ], "testPathIgnorePatterns": [ "/node_modules/", "/test/" ], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }