Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Dimillian/CodexMonitor
/ toasts.test.ts
File
toasts.test.ts
src/services/toasts.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
import
{ pushErrorToast, subscribeErrorToasts } from
"./toasts"
;
3
4
describe(
"error toasts"
, () => {
Callers
nothing calls this directly
Calls
2
subscribeErrorToasts
Function · 0.90
pushErrorToast
Function · 0.90
Tested by
no test coverage detected