Skip to content

Commit

Permalink
tests: ignore unreachable line
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 16, 2019
1 parent 94e48a1 commit b8e5056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ function stringify (value, replacer, spaces, escape) {
return '\\u003e'
case 0x26:
return '\\u0026'
/* istanbul ignore next: unreachable default */
default:
return c
}
Expand Down

0 comments on commit b8e5056

Please sign in to comment.