MCPcopy
hub / github.com/7836246/cursor2api / TestResult

Interface TestResult

test/e2e-test.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const API_URL = 'http://localhost:3010/v1/messages';
11
12interface TestResult {
13 name: string;
14 passed: boolean;
15 detail: string;
16}
17
18const results: TestResult[] = [];
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected