MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / upgrade.test.ts

File upgrade.test.ts

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

Source from the content-addressed store, hash-verified

1import { compareVersions, getLatestCliVersion, upgrade } from "../upgrade.js"
2
3function createFetchResponse(body: unknown, init: { ok?: boolean; status?: number } = {}): Response {
4 const { ok = true, status = 200 } = init

Callers

nothing calls this directly

Calls 4

compareVersionsFunction · 0.85
createFetchResponseFunction · 0.85
getLatestCliVersionFunction · 0.85
upgradeFunction · 0.85

Tested by

no test coverage detected