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

File archive.test.ts

test/core/archive.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 { ArchiveCommand } from '../../src/core/archive.js';
3import { Validator } from '../../src/core/validation/validator.js';
4import { promises as fs } from 'fs';

Callers

nothing calls this directly

Calls 3

writeFileMethod · 0.80
readFileMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected