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

Function testConfigCommand

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

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

()

Source from the content-addressed store, hash-verified

54 * @returns Promise that resolves when the test is complete
55 */
56async function testConfigCommand(): Promise<void> {
57 console.log("\n=== Testing config command ===");
58 await main(["config", "--action", "list"]);
59}
60
61/**
62 * Test the help command

Callers 1

runTestsFunction · 0.85

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected