Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ credentials-store.test.ts
File
credentials-store.test.ts
packages/cli-auth/credentials-store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, vi, test, describe, expect } from
'vitest'
;
2
import
{
3
getAuthConfigFilePath,
4
getConfigFilePath,
Callers
nothing calls this directly
Calls
15
setLoadKeyringModuleForTesting
Function · 0.90
getGlobalPathConfig
Function · 0.90
getConfigFilePath
Function · 0.90
CredentialsStore
Function · 0.90
readGlobalConfig
Function · 0.90
getCredStorage
Function · 0.90
getAuthConfigFilePath
Function · 0.90
readCredentials
Function · 0.90
writeCredentials
Function · 0.90
persistCliAuthConfig
Function · 0.90
clearAllCredentialsStrict
Function · 0.90
clearAllCredentials
Function · 0.90
Tested by
no test coverage detected