Ignore lines from coverage if they can't be tested

This commit is contained in:
Behind The Math
2018-03-20 18:43:34 -04:00
parent dddb4dd2fb
commit 31a6f44c97
3 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ module.exports = function(options) {
return options
}
/* istanbul ignore next */
function defaultAnalytics() {
if (window._gaq) {
_gaq.push(["_trackPageview"])