| 1 | import { afterEach, describe, expect, it } from 'bun:test' |
| 2 | import type { HookProgress } from '../types/hooks.js' |
| 3 | import type { Message } from '../types/message.js' |
| 4 | import { deriveNextReplMessageSignalState } from './replMessageSignals.js' |
nothing calls this directly
no test coverage detected