Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
2
import
{ LocalStorageAdapter, startOfflineExecutor } from
'../src/index'
3
import
type
{ OfflineConfig } from
'../src/types'
4
Callers
nothing calls this directly
Calls
9
beforeEach
Function · 0.90
expect
Function · 0.90
fn
Method · 0.80
createOfflineTransaction
Method · 0.80
createOfflineAction
Method · 0.80
peekOutbox
Method · 0.80
startOfflineExecutor
Function · 0.50
insert
Method · 0.45
dispose
Method · 0.45
Tested by
no test coverage detected