MCPcopy
hub / github.com/TanStack/query / vueQueryPlugin.test.ts

File vueQueryPlugin.test.ts

packages/vue-query/src/__tests__/vueQueryPlugin.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest'
2import { isVue2, isVue3, ref } from 'vue-demi'
3import { QueryClient } from '../queryClient'
4import { VueQueryPlugin } from '../vueQueryPlugin'

Callers

nothing calls this directly

Calls 8

useQueryFunction · 0.90
useQueriesFunction · 0.90
getAppMockFunction · 0.85
testIfFunction · 0.85
resolveFunction · 0.85
getDefaultOptionsMethod · 0.80
unmountMethod · 0.45
setQueryDataMethod · 0.45

Tested by

no test coverage detected