Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ auth-api-key-format.test.ts
File
auth-api-key-format.test.ts
server/tests/unit/auth-api-key-format.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
import
{ isWorkOSApiKeyFormat } from
'../../src/middleware/api-key-format.js'
;
3
4
describe(
'isWorkOSApiKeyFormat'
, () => {
Callers
nothing calls this directly
Calls
2
it
Function · 0.85
isWorkOSApiKeyFormat
Function · 0.85
Tested by
no test coverage detected