We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3c1ce commit 56e356eCopy full SHA for 56e356e
packages/socket/src/socketwrapper.spec.ts
@@ -12,7 +12,7 @@ describe("SocketWrapper", () => {
12
const socketServerUrlSlow = "ws://localhost:4445/websocket";
13
14
it("can be constructed", () => {
15
- const socket = new SocketWrapper(socketServerUrl, fail, fail);
+ const socket = new SocketWrapper(socketServerUrl, () => {}, () => {});
16
expect(socket).toBeTruthy();
17
});
18
0 commit comments