MCPcopy Index your code
hub / github.com/TanStack/query / createQuery.test.ts

File createQuery.test.ts

packages/svelte-query/tests/createQuery/createQuery.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 { fireEvent, render } from '@testing-library/svelte'
3import { derived, get, writable } from 'svelte/store'
4import { QueryClient } from '@tanstack/query-core'

Callers

nothing calls this directly

Calls 3

sleepFunction · 0.90
renderFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected