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