Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ store.test.ts
File
store.test.ts
packages/cli/src/auth/store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ promises as fs } from
"node:fs"
;
2
import
{ tmpdir } from
"node:os"
;
3
import
{ join } from
"node:path"
;
4
import
{ afterEach, beforeEach, describe, expect, it } from
"vitest"
;
Callers
nothing calls this directly
Calls
7
readStore
Function · 0.85
writeStore
Function · 0.85
isAuthError
Function · 0.85
deleteStore
Function · 0.85
clearOAuth
Function · 0.85
hasPreservedUnknownData
Function · 0.85
makeTmpDir
Function · 0.70
Tested by
no test coverage detected