Skip to content

Commit

Permalink
worker: fix mock socket
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed May 10, 2024
1 parent 41af63b commit dcce878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ws-worker/src/mock/sockets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export const mockChannel = (
return receive;
},
leave: () => {},
onClose: () => {},
onError: () => {},
};
return c;
};
Expand Down

0 comments on commit dcce878

Please sign in to comment.