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

Interface SpawnResult

test/cli.subprocess.test.ts:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351});
352
353interface SpawnResult {
354 exitCode: number;
355 stdout: string;
356 stderr: string;
357}
358
359function runCli(args: string[], envOverrides: Record<string, string> = {}): Promise<SpawnResult> {
360 return new Promise((resolveResult, rejectResult) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected