MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / error-notifier.test.ts

File error-notifier.test.ts

tests/addie/error-notifier.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, vi, beforeEach } from 'vitest';
2
3const { mockGetErrorChannel, mockSendChannelMessage } = vi.hoisted(() => ({
4 mockGetErrorChannel: vi.fn<any>(),

Callers

nothing calls this directly

Calls 3

notifyToolErrorFunction · 0.85
notifySystemErrorFunction · 0.85
testFunction · 0.50

Tested by

no test coverage detected