Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
function
tmp(): string {
16
return
mkdtempSync(join(tmpdir(),
"hf-cfg-test-"
));
17
}
18
19
describe(
"projectConfig"
, () => {
20
describe(
"write + read round-trip"
, () => {
Callers
1
projectConfig.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected