()
| 13 | }) |
| 14 | |
| 15 | function newStore() { |
| 16 | const bus: ProgressBus = createProgressBus() |
| 17 | return { bus, store: createProgressStoreFromBus(bus) } |
| 18 | } |
| 19 | |
| 20 | test('run_started creates entry; phase_started/done updates phases', () => { |
| 21 | const { bus, store } = newStore() |
no test coverage detected