Skip to content

Commit 70e368c

Browse files
committed
refactor: remove SockJS dependency from CustomWebSocketClient
1 parent 847d2ed commit 70e368c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/fixtures/custom-client/CustomWebSocketClient.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use strict";
22

3-
const SockJS = require("sockjs-client/dist/sockjs");
4-
53
module.exports = class WebSocketClient {
64
constructor(url) {
75
this.client = new WebSocket(url);

0 commit comments

Comments
 (0)