()
| 18 | }) |
| 19 | |
| 20 | function nextTick() { |
| 21 | return new Promise<void>((resolve) => queueMicrotask(resolve)) |
| 22 | } |
| 23 | |
| 24 | function mountEditorContext(WebSocketImpl?: typeof WebSocket) { |
| 25 | let editor!: ReturnType<typeof useEditorContext> |
no outgoing calls
no test coverage detected