Ignore lines from coverage if they can't be tested
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = function(options) {
|
||||
return options
|
||||
}
|
||||
|
||||
/* istanbul ignore next */
|
||||
function defaultAnalytics() {
|
||||
if (window._gaq) {
|
||||
_gaq.push(["_trackPageview"])
|
||||
|
||||
Reference in New Issue
Block a user