| 1 | import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest' |
| 2 | import { isVue2, isVue3, ref } from 'vue-demi' |
| 3 | import { QueryClient } from '../queryClient' |
| 4 | import { VueQueryPlugin } from '../vueQueryPlugin' |
nothing calls this directly
no test coverage detected