Skip to content

Commit 7aac6ee

Browse files
committed
Coverage
1 parent af37e4d commit 7aac6ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function buildConnectionClass (mocker) {
110110
normalizeParams(params, prepareResponse)
111111

112112
function prepareResponse (error, params) {
113+
/* istanbul ignore next */
113114
if (aborted) {
114115
return callback(new RequestAbortedError(), null)
115116
}
@@ -163,6 +164,7 @@ function buildConnectionClass (mocker) {
163164
}
164165

165166
return {
167+
/* istanbul ignore next */
166168
abort () {
167169
aborted = true
168170
}

0 commit comments

Comments
 (0)