| 1 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import type { Writable } from 'node:stream'; |
| 3 | |
| 4 | import { drainStdio, finalizeHeadlessRun, scheduleHeadlessForceExit } from '#/cli/headless-exit'; |
nothing calls this directly
no test coverage detected