MCPcopy
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

4import { api } from "../fetch"
5
6interface ResponseMock {
7 body?: any
8 statusCode?: number
9 contentType?: string
10}
11
12class TestServer {
13 private port = 30001

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected