| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { computed, reactive } from 'vue-demi' |
| 3 | import { sleep } from '@tanstack/query-test-utils' |
| 4 | import { useInfiniteQuery } from '../useInfiniteQuery' |
nothing calls this directly
no test coverage detected