mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
opsie
This commit is contained in:
committed by
Ciro Spaciari
parent
f3e33b0049
commit
ab3343c4a3
@@ -203,7 +203,7 @@ describe("WebSocket", () => {
|
||||
websocket: {
|
||||
message(ws, message) {
|
||||
ws.send(message);
|
||||
setTimeout(() => ws.close(), 100);
|
||||
ws.close();
|
||||
}, // a message is received
|
||||
open(ws) {
|
||||
// a socket is opened
|
||||
|
||||
Reference in New Issue
Block a user