MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / CliInvocationResult

Interface CliInvocationResult

test/helpers/stdoutPurity.ts:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 */
21
22export interface CliInvocationResult {
23 stdout: string;
24 stderr: string;
25 code: number;
26}
27
28export async function expectJsonModeStdoutIsPureJson(
29 runCli: () => Promise<CliInvocationResult>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected