Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CapSoftware/Cap
/ developer-key-hash.test.ts
File
developer-key-hash.test.ts
apps/web/__tests__/unit/developer-key-hash.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
import
{ hashKey } from
"@/lib/developer-key-hash"
;
3
4
vi.mock(
"@cap/env"
, () => ({
Callers
nothing calls this directly
Calls
1
hashKey
Function · 0.90
Tested by
no test coverage detected