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

File chat.test.ts

test/commands/text/chat.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, sseResponse, type MockServer } from '../../helpers/mock-server';
3import textChatResponse from '../../fixtures/text-chat-response.json';
4import type { Config } from '../../../src/config/schema';

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected