| 3 | import { useBashCommandRunner } from "#/hooks/use-bash-command-runner"; |
| 4 | |
| 5 | class MockWebSocket { |
| 6 | static readonly CONNECTING = 0; |
| 7 | static readonly OPEN = 1; |
| 8 | static readonly CLOSING = 2; |
nothing calls this directly
no outgoing calls
no test coverage detected