Skip to content

Commit 3c82678

Browse files
committed
Fix code coverage
1 parent 09ed614 commit 3c82678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ws-connection/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export class WsConnection {
99
} else if (typeof WebSocket !== 'undefined') {
1010
this.Class = WebSocket
1111
} else {
12+
/* c8 ignore next 2 */
1213
throw new Error('No WebSocket support')
1314
}
1415
this.url = url

0 commit comments

Comments
 (0)