Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ progressBus.test.ts
File
progressBus.test.ts
src/workflow/__tests__/progressBus.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test, mock } from
'bun:test'
2
import
{ createProgressBus } from
'../progress/bus.js'
3
4
test(
'emit broadcasts to all subscribers'
, () => {
Callers
nothing calls this directly
Calls
3
createProgressBus
Function · 0.85
subscribe
Method · 0.45
emit
Method · 0.45
Tested by
no test coverage detected