Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ createInfiniteQuery.test.ts
File
createInfiniteQuery.test.ts
packages/svelte-query/tests/createInfiniteQuery/createInfiniteQuery.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
{ render } from
'@testing-library/svelte'
3
import
{ get, writable } from
'svelte/store'
4
import
BaseExample from
'./BaseExample.svelte'
Callers
nothing calls this directly
Calls
2
render
Function · 0.85
get
Function · 0.50
Tested by
no test coverage detected