| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { QueryClient } from '@tanstack/query-core' |
| 3 | import { useInfiniteQuery } from '../useInfiniteQuery' |
| 4 | import type { InfiniteData } from '@tanstack/query-core' |
nothing calls this directly
no test coverage detected