MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createFakeJob

Function createFakeJob

test/helpers.ts:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export function createFakeJob(): Job {
28 return {
29 id: 'job-id',
30 tasks: []
31 };
32}
33
34export function createFakeCloudConvertClient(credits = 42): CloudConvertClient {
35 return {

Callers 2

cli.test.tsFile · 0.85
parseJobCommandFunction · 0.85

Calls

no outgoing calls

Tested by 1

parseJobCommandFunction · 0.68