MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / upgrade.test.ts

File upgrade.test.ts

src/cli/commands/__tests__/upgrade.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi, type MockInstance } from 'vitest';
2
3vi.mock('@clack/prompts', () => ({
4 intro: vi.fn(),

Callers

nothing calls this directly

Calls 15

parseVersionFunction · 0.90
compareVersionsFunction · 0.90
truncateReleaseNotesFunction · 0.90
runUpgradeCommandFunction · 0.90
baseDepsFunction · 0.85
createMockLatestReleaseFunction · 0.85
collectStdoutFunction · 0.85
homebrewMethodFunction · 0.85
npmGlobalMethodFunction · 0.85
npxMethodFunction · 0.85
unknownMethodFunction · 0.85

Tested by

no test coverage detected