Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ databases.test.ts
File
databases.test.ts
apps/desktop/src/main/databases.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtemp, readFile, rm, writeFile, mkdir } from
'node:fs/promises'
2
import
os from
'node:os'
3
import
path from
'node:path'
4
import
{ afterEach, describe, expect, it } from
'vitest'
Callers
nothing calls this directly
Calls
6
createDatabase
Function · 0.90
readDatabase
Function · 0.90
writeDatabaseRows
Function · 0.90
createRecordPage
Function · 0.90
renameDatabase
Function · 0.90
makeVault
Function · 0.70
Tested by
no test coverage detected