| 1 | import WebSocketBackend from "../../backends/websocket"; |
| 2 | import type { MockResponseInit } from "jest-fetch-mock"; |
| 3 | import fetchMock from "jest-fetch-mock"; |
| 4 | import { waitFor } from "../test-utils"; |
nothing calls this directly
no test coverage detected