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

File delete.test.ts

test/commands/file/delete.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 deleteCommand } from '../../../src/commands/file/delete';
3import { createMockServer, jsonResponse, type MockServer } from '../../helpers/mock-server';
4import type { Config } from '../../../src/config/schema';

Callers

nothing calls this directly

Calls 6

createMockServerFunction · 0.90
jsonResponseFunction · 0.90
closeMethod · 0.80
executeMethod · 0.80
makeConfigFunction · 0.70
captureStdoutFunction · 0.70

Tested by

no test coverage detected