MCPcopy
hub / github.com/ThatGuySam/doesitarm / APICase

Interface APICase

test/api/client.test.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12type DoesItAPIClient = any // TODO: Add proper type from client.js
13
14interface APICase {
15 generateOptions: Record<string, unknown>;
16 method(api: DoesItAPIClient): any;
17 expected: Record<string, unknown> | ((result: any) => boolean);
18}
19
20type TestCase = [string, APICase]
21

Callers 2

findTargetFilesMethod · 0.80
client.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected