| 1 | import type { ChildProcess } from 'node:child_process' |
| 2 | import { afterEach, beforeEach, describe, expect, it, type MockInstance, vi } from 'vitest' |
| 3 | |
| 4 | // Mock modules before importing the module under test |
nothing calls this directly
no test coverage detected