Commit f7b79532 by Ben Drucker

Ignore || operator for coverage

An empty object will fail anyway because of an assertion in #base
parent feb6647c
...@@ -42,7 +42,7 @@ function generateQuery (objects) { ...@@ -42,7 +42,7 @@ function generateQuery (objects) {
} }
ClearbitClient.prototype.request = function (options) { ClearbitClient.prototype.request = function (options) {
options = _.defaults(options || {}, { options = _.defaults(options || /* istanbul ignore next */ {}, {
method: 'get', method: 'get',
query: {} query: {}
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment