Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rohitg00/agentmemory
/ claude-bridge.test.ts
File
claude-bridge.test.ts
test/claude-bridge.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
"vitest"
;
2
3
vi.mock(
"../src/logger.js"
, () => ({
4
logger: { info: vi.fn(), warn: vi.fn(), error: vi.fn() },
Callers
nothing calls this directly
Calls
4
registerClaudeBridgeFunction
Function · 0.85
mockSdk
Function · 0.70
mockKV
Function · 0.70
set
Method · 0.45
Tested by
no test coverage detected