MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / migration-errors-log.test.ts

File migration-errors-log.test.ts

packages/migration-legacy/test/migration-errors-log.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, beforeEach, afterEach } from 'vitest';
2import { mkdtemp, mkdir, writeFile, readFile, rm } from 'node:fs/promises';
3import { tmpdir } from 'node:os';
4import { join } from 'node:path';

Callers

nothing calls this directly

Calls 6

mkdtempFunction · 0.85
writeMigrationErrorsLogFunction · 0.85
migrationErrorsLogFileFunction · 0.85
readFileFunction · 0.50
mkdirFunction · 0.50
writeFileFunction · 0.50

Tested by

no test coverage detected