| 1 | import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest' |
| 2 | import { queryKey, sleep } from '@tanstack/query-test-utils' |
| 3 | import { CancelledError, InfiniteQueryObserver, QueryClient } from '..' |
| 4 | import type { InfiniteData, InfiniteQueryObserverResult, QueryCache } from '..' |
nothing calls this directly
no test coverage detected