Description
src/broadcaster.ts delivers messages to subscribers, but there are no tests confirming that messages are delivered in the order they were broadcast. Out-of-order delivery can cause subtle bugs in state machines that depend on event sequencing.
Acceptance Criteria
Context
- Target file:
src/broadcaster.ts
- Tests should live in
src/__tests__/broadcaster.test.ts
Description
src/broadcaster.tsdelivers messages to subscribers, but there are no tests confirming that messages are delivered in the order they were broadcast. Out-of-order delivery can cause subtle bugs in state machines that depend on event sequencing.Acceptance Criteria
Context
src/broadcaster.tssrc/__tests__/broadcaster.test.ts