Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/upstash/context7
/ auth-utils.test.ts
File
auth-utils.test.ts
packages/cli/src/__tests__/auth-utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, vi, beforeEach, afterEach } from
"vitest"
;
2
3
vi.mock(
"fs"
, () => {
4
const
fns = {
Callers
nothing calls this directly
Calls
7
saveTokens
Function · 0.85
loadTokens
Function · 0.85
clearTokens
Function · 0.85
isTokenExpired
Function · 0.85
getValidAccessToken
Function · 0.85
startDeviceAuthorization
Function · 0.85
pollDeviceToken
Function · 0.85
Tested by
no test coverage detected