MCPcopy
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

1import { expect, test, mock } from 'bun:test'
2import { createProgressBus } from '../progress/bus.js'
3
4test('emit broadcasts to all subscribers', () => {

Callers

nothing calls this directly

Calls 3

createProgressBusFunction · 0.85
subscribeMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected