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

File download.test.ts

test/files/download.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it } from 'bun:test';
2import { existsSync, mkdtempSync, readdirSync, readFileSync, rmSync, writeFileSync } from 'fs';
3import { tmpdir } from 'os';
4import { join } from 'path';

Callers

nothing calls this directly

Calls 2

downloadFileFunction · 0.90
makeTempDirFunction · 0.85

Tested by

no test coverage detected