| 1 | import type { ChildProcess } from 'node:child_process' |
| 2 | import { EventEmitter } from 'node:events' |
| 3 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 4 | import { resetOutputConfig } from '../output' |
nothing calls this directly
no test coverage detected