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

File image.test.ts

test/sdk/image.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 { createMockServer, jsonResponse, type MockServer } from '../helpers/mock-server';
3import { MiniMaxSDK } from '../../src/sdk';
4import { ImageSDK, ImageSaveOptions } from '../../src/sdk/image';

Callers

nothing calls this directly

Calls 7

createMockServerFunction · 0.90
jsonResponseFunction · 0.90
makeBase64ResponseFunction · 0.85
makeUrlResponseFunction · 0.85
closeMethod · 0.80
generateMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected