MCPcopy Index your code
hub / github.com/TanStack/db / useLiveInfiniteQuery.test.tsx

File useLiveInfiniteQuery.test.tsx

packages/react-db/tests/useLiveInfiniteQuery.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { act, renderHook, waitFor } from '@testing-library/react'
3import { createCollection, createLiveQueryCollection, eq } from '@tanstack/db'
4import { BTreeIndex } from '@tanstack/db'

Callers

nothing calls this directly

Calls 15

createCollectionFunction · 0.90
useLiveInfiniteQueryFunction · 0.90
expectFunction · 0.90
eqFunction · 0.90
createMockPostsFunction · 0.85
createOnDemandCollectionFunction · 0.85
selectMethod · 0.80
orderByMethod · 0.80
fromMethod · 0.80

Tested by

no test coverage detected