MCPcopy
hub / github.com/usebruno/bruno / TestServers

Interface TestServers

tests/proxy/pac/server/index.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export const TARGET_PORT = 19000;
8
9export interface TestServers {
10 pacServer: http.Server;
11 proxyServer: http.Server;
12 targetServer: http.Server;
13}
14
15/** Serves .pac files from the pac-files/ directory. */
16function createPacServer(): Promise<http.Server> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected