| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { defaultRegistry } from "@effect/atom-vue" |
| 3 | import { expect, it } from "@effect/vitest" |
| 4 | import { QueryClient, VueQueryPlugin } from "@tanstack/vue-query" |
nothing calls this directly
no test coverage detected