MCPcopy
hub / github.com/MiniMax-AI/cli / task-get.test.ts

File task-get.test.ts

test/commands/video/task-get.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, afterEach } from 'bun:test';
2import { default as taskGetCommand } from '../../../src/commands/video/task-get';
3import { createMockServer, jsonResponse, type MockServer } from '../../helpers/mock-server';
4import videoTaskSuccess from '../../fixtures/video-task-success.json';

Callers

nothing calls this directly

Calls 4

createMockServerFunction · 0.90
jsonResponseFunction · 0.90
closeMethod · 0.80
executeMethod · 0.80

Tested by

no test coverage detected