| 1 | import { beforeEach, describe, expect, test, vi } from 'vitest' |
| 2 | import { hasInjectionContext, inject } from 'vue-demi' |
| 3 | import { useQueryClient } from '../useQueryClient' |
| 4 | import { VUE_QUERY_CLIENT } from '../utils' |
nothing calls this directly
no test coverage detected