Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ apiHandler.test.ts
File
apiHandler.test.ts
packages/web/src/ee/features/oauth/apiHandler.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test, vi } from
'vitest'
;
2
import
{ NextRequest } from
'next/server'
;
3
import
{ oauthApiHandler } from
'./apiHandler'
;
4
Callers
nothing calls this directly
Calls
3
oauthApiHandler
Function · 0.90
handler
Function · 0.85
makeRequest
Function · 0.85
Tested by
no test coverage detected