Skip to content

Commit 50ba6d9

Browse files
committedNov 29, 2017
test: ignore response error handling for test coverage
1 parent 58178ca commit 50ba6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ var Client = module.exports = function (config) {
747747
res.on('data', function (chunk) {
748748
data += chunk
749749
})
750+
/* istanbul ignore next */
750751
res.on('error', function (err) {
751752
callCallback(err)
752753
})

0 commit comments

Comments
 (0)
Please sign in to comment.