MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / simulateOpen

Method simulateOpen

apps/web/src/lib/ws-client.test.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 simulateOpen() {
21 this.onopen?.()
22 }
23
24 simulateMessage(data: unknown) {
25 this.onmessage?.({ data: JSON.stringify(data) })

Callers 1

ws-client.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected