| 1 | import { setTimeout as sleep } from 'node:timers/promises'; |
| 2 | import { EMPTY, interval, of } from 'rxjs'; |
| 3 | import { map } from 'rxjs/operators'; |
| 4 | import { forwardTo, sendParent } from '../src/actions.ts'; |
nothing calls this directly
no test coverage detected