MCPcopy Create free account
hub / github.com/TanStack/db / OfflineExecutor.test.ts

File OfflineExecutor.test.ts

packages/offline-transactions/tests/OfflineExecutor.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from 'vitest'
2import { LocalStorageAdapter, startOfflineExecutor } from '../src/index'
3import type { OfflineConfig } from '../src/types'
4

Callers

nothing calls this directly

Calls 9

beforeEachFunction · 0.90
expectFunction · 0.90
fnMethod · 0.80
createOfflineActionMethod · 0.80
peekOutboxMethod · 0.80
startOfflineExecutorFunction · 0.50
insertMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected