| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { skipToken } from '@tanstack/query-core' |
| 3 | import { queryKey } from '@tanstack/query-test-utils' |
| 4 | import { queryOptions, useQueries } from '..' |
nothing calls this directly
no test coverage detected