| 1 | import { describe, expectTypeOf, it } from 'vitest' |
| 2 | import { computed, reactive, ref } from 'vue-demi' |
| 3 | import { sleep } from '@tanstack/query-test-utils' |
| 4 | import { queryOptions, useQuery } from '..' |
nothing calls this directly
no test coverage detected