Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ browser-persistence.test.ts
File
browser-persistence.test.ts
packages/browser-db-sqlite-persistence/tests/browser-persistence.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtempSync, rmSync } from
'node:fs'
2
import
{ tmpdir } from
'node:os'
3
import
{ join } from
'node:path'
4
import
{ describe, expect, it } from
'vitest'
Callers
nothing calls this directly
Calls
12
runRuntimePersistenceContractSuite
Function · 0.90
createBrowserWASQLitePersistence
Function · 0.90
expect
Function · 0.90
createWASQLiteTestDatabase
Function · 0.90
persistedCollectionOptions
Function · 0.90
join
Function · 0.85
applyCommittedTx
Method · 0.80
createRuntimeDatabaseHarness
Function · 0.70
getDatabase
Method · 0.45
cleanup
Method · 0.45
close
Method · 0.45
loadSubset
Method · 0.45
Tested by
no test coverage detected