| 1 | import { describe, it, expect, vi, beforeEach, type Mock } from "vitest" |
| 2 | import { CloudAPI } from "../CloudAPI.js" |
| 3 | import { AuthenticationError, CloudAPIError } from "../errors.js" |
| 4 | import type { AuthService } from "@roo-code/types" |
nothing calls this directly
no test coverage detected