| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { AppError } from '../kernel/errors.ts'; |
| 4 | import { runCliCapture, type CapturedCliRun } from './cli-capture.ts'; |
nothing calls this directly
no test coverage detected