(event: Api.Event<any>)
| 32 | let lastStepIndex = -1 |
| 33 | let stepAttempt = 0 |
| 34 | const emit = (event: Api.Event<any>) => effect.ignoreCause(onEvent(event)) |
| 35 | return { |
| 36 | begin: effect.clockWith((clock) => |
| 37 | effect.suspend(() => { |
no test coverage detected