| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { AxiosError } from "axios"; |
| 3 | import { HttpError } from "@openhands/typescript-client"; |
| 4 | import { getApiErrorMessage } from "#/utils/api-error-message"; |
nothing calls this directly
no test coverage detected