| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { createXcodebuildEventParser } from '../xcodebuild-event-parser.ts'; |
| 3 | import { createXcodebuildRunState } from '../xcodebuild-run-state.ts'; |
| 4 | import type { DomainFragment } from '../../types/domain-fragments.ts'; |
nothing calls this directly
no test coverage detected