| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { createProgram, run } from './cli' |
| 3 | import { resetOutputConfig } from './output' |
| 4 | import { version } from './version' |
nothing calls this directly
no test coverage detected