MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / skipTest

Function skipTest

test/test-e2e.ts:411–414  ·  view source on GitHub ↗
(name: string, reason: string)

Source from the content-addressed store, hash-verified

409}
410
411function skipTest(name: string, reason: string): void {
412 console.log(` ${name} ... SKIP (${reason})`);
413 results.push({ name, status: "SKIP" });
414}
415
416async function expectChatContent(res: Response, expectedStatus = 200): Promise<string> {
417 const payload = await readResponseBody(res);

Callers 1

runLiveSuiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected