Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ capture.test.ts
File
capture.test.ts
apps/desktop/src/cli/commands/capture.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
2
3
vi.mock(
'../../mcp/vault-ops.js'
, () => ({ createNote: vi.fn() }))
4
Callers
nothing calls this directly
Calls
1
deriveTitle
Function · 0.90
Tested by
no test coverage detected