MCPcopy 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

1const mockHeaders = jest.fn<Promise<Headers>, []>();
2
3jest.mock('next/headers', () => ({
4 headers: () => mockHeaders(),

Callers

nothing calls this directly

Calls 14

isBlockedTLDFunction · 0.90
parseLinkedInProfileNameFunction · 0.90
getUserUUIDFunction · 0.90
insertTestUserFunction · 0.90
createTestOrganizationFunction · 0.90
generateApiTokenFunction · 0.90
getUserFromAuthFunction · 0.90
getProfileRedirectPathFunction · 0.90
testFunction · 0.85
setMethod · 0.65

Tested by

no test coverage detected