Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ request
Function
request
apps/sim/app/api/auth/sso/register/route.test.ts:103–105 ·
view source on GitHub ↗
(body: Record<string, unknown>)
Source
from the content-addressed store, hash-verified
101
}
102
103
function
request(body: Record<string, unknown>) {
104
return
createMockRequest(
'POST'
, body)
105
}
106
107
describe(
'POST /api/auth/sso/register'
, () => {
108
beforeEach(() => {
Callers
1
route.test.ts
File · 0.70
Calls
1
createMockRequest
Function · 0.90
Tested by
no test coverage detected