MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / xcodebuild-event-parser.test.ts

File xcodebuild-event-parser.test.ts

src/utils/__tests__/xcodebuild-event-parser.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { createXcodebuildEventParser } from '../xcodebuild-event-parser.ts';
3import { createXcodebuildRunState } from '../xcodebuild-run-state.ts';
4import type { DomainFragment } from '../../types/domain-fragments.ts';

Callers

nothing calls this directly

Calls 7

collectEventsFunction · 0.85
collectRunStateEventsFunction · 0.85
pushMethod · 0.80
onStderrMethod · 0.65
flushMethod · 0.65
onStdoutMethod · 0.65

Tested by

no test coverage detected