| 1 | // npx vitest src/components/settings/__tests__/ApiOptions.spec.tsx |
| 2 | |
| 3 | import { render, screen, fireEvent, within } from "@/utils/test-utils" |
| 4 | import { QueryClient, QueryClientProvider } from "@tanstack/react-query" |
nothing calls this directly
no test coverage detected