MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / testHelpCommand

Function testHelpCommand

scripts/sparc2/tests/cli-test.ts:65–68  ·  view source on GitHub ↗

* Test the help command * @returns Promise that resolves when the test is complete

()

Source from the content-addressed store, hash-verified

63 * @returns Promise that resolves when the test is complete
64 */
65async function testHelpCommand(): Promise<void> {
66 console.log("\n=== Testing help command ===");
67 await main(["--help"]);
68}
69
70/**
71 * Run all tests in parallel

Callers 1

runTestsFunction · 0.85

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected