| 1 | import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest' |
| 2 | import { ref } from 'vue-demi' |
| 3 | import { QueryClient as QueryClientOrigin } from '@tanstack/query-core' |
| 4 | import { QueryClient } from '../queryClient' |
nothing calls this directly
no test coverage detected