MCPcopy 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
18function getConfigAuthPath() {
19 return path.join(getGlobalDir(), 'auth.json');
20}
21
22beforeEach(async () => {
23 try {

Callers 1

northstar.test.tsFile · 0.85

Calls 2

getGlobalDirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected