MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / MockResponse

Interface MockResponse

tests/utils/session.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { AxiosRequestConfig } from "axios";
3
4interface MockResponse {
5 status: number;
6 data: string;
7 headers?: SessionResponseInterface["headers"]
8}
9/**
10 * Mocked Session whose response can be predefined.
11 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected