| 1 | // npx vitest run api/providers/fetchers/__tests__/modelEndpointCache.spec.ts |
| 2 | |
| 3 | import { vi, describe, it, expect, beforeEach } from "vitest" |
| 4 | import { getModelEndpoints } from "../modelEndpointCache" |
nothing calls this directly
no test coverage detected