MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / publishProject.test.ts

File publishProject.test.ts

packages/cli/src/utils/publishProject.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi, beforeEach, afterEach } from "vitest";
2import { mkdtempSync, mkdirSync, rmSync, writeFileSync } from "node:fs";
3import { tmpdir } from "node:os";
4import { join, relative } from "node:path";

Callers

nothing calls this directly

Calls 11

makeProjectDirFunction · 0.85
createPublishArchiveFunction · 0.85
localizeExternalAssetsFunction · 0.85
uploadTimeoutMsFunction · 0.85
publishProjectArchiveFunction · 0.85
getPublishApiBaseUrlFunction · 0.85
stagedFetchFunction · 0.85
directFetchFunction · 0.85
fromMethod · 0.80
getMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected