MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / platform-detection.test.ts

File platform-detection.test.ts

src/utils/__tests__/platform-detection.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { createMockExecutor } from '../../test-utils/mock-executors.ts';
3import { XcodePlatform } from '../../types/common.ts';
4import { detectPlatformFromScheme } from '../platform-detection.ts';

Callers

nothing calls this directly

Calls 2

createMockExecutorFunction · 0.90
detectPlatformFromSchemeFunction · 0.90

Tested by

no test coverage detected