Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ oauth-store.test.ts
File
oauth-store.test.ts
src/oauth-store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
"node:assert/strict"
;
2
import
{ createHash } from
"node:crypto"
;
3
import
{ mkdtemp, rm, stat } from
"node:fs/promises"
;
4
import
{ tmpdir } from
"node:os"
;
Callers
nothing calls this directly
Calls
5
testDatabaseConfiguration
Function · 0.85
testPersistenceAndTokenHashing
Function · 0.85
testExpiredTokenCleanup
Function · 0.85
testTransactionalTokenRotation
Function · 0.85
testProviderRestartRotationAndRevocation
Function · 0.85
Tested by
no test coverage detected