| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import type { ChildProcess } from 'node:child_process'; |
| 3 | import type { WriteStream } from 'node:fs'; |
| 4 | import { get_mac_bundle_idLogic } from '../../mcp/tools/project-discovery/get_mac_bundle_id.ts'; |
nothing calls this directly
no test coverage detected