MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / fakeClient

Function fakeClient

node/tests/skills.test.ts:52–54  ·  view source on GitHub ↗

Minimal Client stand-in SkillsResource needs (transport + fleetId).

(t: Transport)

Source from the content-addressed store, hash-verified

50
51/** Minimal Client stand-in SkillsResource needs (transport + fleetId). */
52function fakeClient(t: Transport): Client {
53 return { _t: t, fleetId: undefined } as unknown as Client;
54}
55
56describe("skills resource", () => {
57 it("apiKey + apiBaseUrl resolve onto the config", () => {

Callers 1

skills.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected