Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ cleanup-queue.test.ts
File
cleanup-queue.test.ts
packages/db/tests/cleanup-queue.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, vi } from
'vitest'
2
import
{ CleanupQueue } from
'../src/collection/cleanup-queue'
3
4
describe(
'CleanupQueue'
, () => {
Callers
nothing calls this directly
Calls
8
beforeEach
Function · 0.90
afterEach
Function · 0.90
expect
Function · 0.90
resetInstance
Method · 0.80
getInstance
Method · 0.80
fn
Method · 0.80
cancel
Method · 0.80
schedule
Method · 0.45
Tested by
no test coverage detected