| 1 | import { assertType, describe, expectTypeOf, it } from 'vitest' |
| 2 | import { reactive, ref } from 'vue-demi' |
| 3 | import { dataTagSymbol } from '@tanstack/query-core' |
| 4 | import { QueryClient } from '../queryClient' |
nothing calls this directly
no test coverage detected