Skip to content

Commit b8e5056

Browse files
committedMay 16, 2019
tests: ignore unreachable line
1 parent 94e48a1 commit b8e5056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/response.js

+1
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ function stringify (value, replacer, spaces, escape) {
11351135
return '\\u003e'
11361136
case 0x26:
11371137
return '\\u0026'
1138+
/* istanbul ignore next: unreachable default */
11381139
default:
11391140
return c
11401141
}

0 commit comments

Comments
 (0)
Please sign in to comment.