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