Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export
function
createFakeJob(): Job {
28
return
{
29
id:
'job-id'
,
30
tasks: []
31
};
32
}
33
34
export
function
createFakeCloudConvertClient(credits = 42): CloudConvertClient {
35
return
{
Callers
2
cli.test.ts
File · 0.85
parseJobCommand
Function · 0.85
Calls
no outgoing calls
Tested by
1
parseJobCommand
Function · 0.68