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

Function testExecuteCommand

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

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

()

Source from the content-addressed store, hash-verified

45 * @returns Promise that resolves when the test is complete
46 */
47async function testExecuteCommand(): Promise<void> {
48 console.log("\n=== Testing execute command ===");
49 await main(["execute", "--file", testFilePath]);
50}
51
52/**
53 * Test the config command

Callers 1

runTestsFunction · 0.85

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected