Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danger/danger-js
/ ResponseMock
Interface
ResponseMock
source/api/_tests/fetch.test.ts:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ api } from
"../fetch"
5
6
interface
ResponseMock {
7
body?: any
8
statusCode?: number
9
contentType?: string
10
}
11
12
class
TestServer {
13
private port = 30001
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected