| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import type { ReactiveController, ReactiveControllerHost } from 'lit' |
| 3 | import { QueryClient } from '@tanstack/query-core' |
| 4 | import { QueryClientProvider } from '../QueryClientProvider.js' |
nothing calls this directly
no test coverage detected