| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { QueryClient } from '../queryClient' |
| 3 | import type { QueryFilters } from '../utils' |
| 4 | import type { DataTag, QueryKey } from '../types' |
nothing calls this directly
no test coverage detected