Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ afterEach, beforeEach, describe, expect, test, vi } from
'vitest'
2
import
{ fireEvent, render } from
'@testing-library/svelte'
3
import
{ derived, get, writable } from
'svelte/store'
4
import
{ QueryClient } from
'@tanstack/query-core'
Callers
nothing calls this directly
Calls
3
sleep
Function · 0.90
render
Function · 0.85
get
Function · 0.50
Tested by
no test coverage detected