MCPcopy
hub / github.com/callstack/agent-device / runCliJson

Function runCliJson

test/integration/test-helpers.ts:63–65  ·  view source on GitHub ↗
(args: string[], options?: { env?: NodeJS.ProcessEnv })

Source from the content-addressed store, hash-verified

61};
62
63export function runCliJson(args: string[], options?: { env?: NodeJS.ProcessEnv }): CliJsonResult {
64 return runSourceCliJsonSync(args, options);
65}
66
67export function createIntegrationTestContext(options: IntegrationTestContextOptions) {
68 const { platform, testName, extraEnv } = options;

Callers 4

runStepFunction · 0.70
runCleanupStepFunction · 0.70

Calls 1

runSourceCliJsonSyncFunction · 0.90

Tested by

no test coverage detected