MCPcopy
hub / github.com/rohitg00/agentmemory / cascade.test.ts

File cascade.test.ts

test/cascade.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from "vitest";
2
3vi.mock("../src/logger.js", () => ({
4 logger: { info: vi.fn(), warn: vi.fn(), error: vi.fn() },

Callers

nothing calls this directly

Calls 4

registerCascadeFunctionFunction · 0.85
mockSdkFunction · 0.70
mockKVFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected