Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, test, expect, vi, beforeEach } from
'vitest'
;
2
3
const
{ mockGetErrorChannel, mockSendChannelMessage } = vi.hoisted(() => ({
4
mockGetErrorChannel: vi.fn<any>(),
Callers
nothing calls this directly
Calls
3
notifyToolError
Function · 0.85
notifySystemError
Function · 0.85
test
Function · 0.50
Tested by
no test coverage detected