Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ getConfigAuthPath
Function
getConfigAuthPath
packages/cli/test/northstar.test.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
function
getConfigAuthPath() {
19
return
path.join(getGlobalDir(),
'auth.json'
);
20
}
21
22
beforeEach(
async
() => {
23
try {
Callers
1
northstar.test.ts
File · 0.85
Calls
2
getGlobalDir
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected