MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / tmp

Function tmp

packages/cli/src/utils/projectConfig.test.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13} from "./projectConfig.js";
14
15function tmp(): string {
16 return mkdtempSync(join(tmpdir(), "hf-cfg-test-"));
17}
18
19describe("projectConfig", () => {
20 describe("write + read round-trip", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected