| 1 | import type { ProviderSettings, OrganizationAllowList, RouterModels } from "@roo-code/types" |
| 2 | |
| 3 | // Mock i18next to return translation keys with interpolated values |
| 4 | vi.mock("i18next", () => ({ |
nothing calls this directly
no test coverage detected