| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { detectXcodeRuntime, isRunningUnderXcode } from '../xcode-process.ts'; |
| 3 | import { createCommandMatchingMockExecutor } from '../../test-utils/mock-executors.ts'; |
| 4 |
nothing calls this directly
no test coverage detected