Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudconvert/cloudconvert-cli
/ cli.test.ts
File
cli.test.ts
test/cli.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, describe, expect, it, vi } from
'vitest'
;
2
3
import
{ createCli } from
'../src/app.js'
;
4
import
type
{ CliArguments, TaskData } from
'../src/types.js'
;
Callers
nothing calls this directly
Calls
6
createCli
Function · 0.85
createSilentLogger
Function · 0.85
createFakeCloudConvertClient
Function · 0.85
createTempFiles
Function · 0.85
parseJobCommand
Function · 0.85
createFakeJob
Function · 0.85
Tested by
no test coverage detected