Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudconvert/cloudconvert-cli
/ job.test.ts
File
job.test.ts
test/job.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ ReadStream } from
'node:fs'
;
2
import
{ basename, join } from
'node:path'
;
3
4
import
{ afterEach, describe, expect, it, vi } from
'vitest'
;
Callers
nothing calls this directly
Calls
11
buildJobTemplate
Function · 0.85
createTempFiles
Function · 0.85
createUploadJob
Function · 0.85
createFinishedJob
Function · 0.85
createFakeCloudConvertClient
Function · 0.85
createSilentLogger
Function · 0.85
createSpinner
Function · 0.85
runJob
Function · 0.85
createArgv
Function · 0.85
createSignalEmitter
Function · 0.85
downloadExportFile
Function · 0.85
Tested by
no test coverage detected