| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import type { SessionNotFoundError } from "@opencode-ai/sdk/v2/client" |
| 3 | import type { ConfigInvalidError, ProviderModelNotFoundError } from "./server-errors" |
| 4 | import { formatServerError, isSessionNotFoundError, parseReadableConfigInvalidError } from "./server-errors" |
nothing calls this directly
no test coverage detected