| 1 | import { describe, it, expect, vi, afterEach, beforeEach } from 'vitest'; |
| 2 | import type { ChildProcess, SpawnOptions } from 'node:child_process'; |
| 3 | import { EventEmitter } from 'node:events'; |
| 4 | import * as fs from 'node:fs'; |
nothing calls this directly
no test coverage detected