MCPcopy
hub / github.com/Fission-AI/OpenSpec / file-system.test.ts

File file-system.test.ts

test/utils/file-system.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
2import * as nodeFs from 'fs';
3import { promises as fs } from 'fs';
4import path from 'path';

Callers

nothing calls this directly

Calls 9

createDirectoryMethod · 0.80
writeFileMethod · 0.80
fileExistsMethod · 0.80
directoryExistsMethod · 0.80
readFileMethod · 0.80
canWriteFileMethod · 0.80
joinPathMethod · 0.80

Tested by

no test coverage detected