MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / workspace-filesystem-lifecycle.test.ts

File workspace-filesystem-lifecycle.test.ts

src/utils/__tests__/workspace-filesystem-lifecycle.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter } from 'node:events';
2import type { ChildProcess } from 'node:child_process';
3import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
4import { existsSync, mkdirSync, mkdtempSync, writeFileSync, utimesSync } from 'node:fs';

Callers

nothing calls this directly

Tested by

no test coverage detected