Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ server.test.ts
File
server.test.ts
apps/web/src/lib/user/server.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
mockHeaders = jest.fn<Promise<Headers>, []>();
2
3
jest.mock(
'next/headers'
, () => ({
4
headers: () => mockHeaders(),
Callers
nothing calls this directly
Calls
14
isEmailBlacklistedByDomain
Function · 0.90
isBlockedTLD
Function · 0.90
parseLinkedInProfileName
Function · 0.90
getUserUUID
Function · 0.90
insertTestUser
Function · 0.90
createTestOrganization
Function · 0.90
generateApiToken
Function · 0.90
getUserFromAuth
Function · 0.90
parseSignInRedirectContext
Function · 0.90
getProfileRedirectPath
Function · 0.90
test
Function · 0.85
set
Method · 0.65
Tested by
no test coverage detected