MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / createMockLogger

Function createMockLogger

web/src/lib/__tests__/ban-conditions.test.ts:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79await setupMocks()
80
81const createMockLogger = () => ({
82 debug: mock(() => {}),
83 info: mock(() => {}),
84 warn: mock(() => {}),
85 error: mock(() => {}),
86})
87
88beforeEach(() => {
89 mockDisputesList.mockClear()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected