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

File store-git.test.ts

test/commands/store-git.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import { Command } from 'commander';
3import { execFileSync } from 'node:child_process';
4import * as fs from 'node:fs';

Callers

nothing calls this directly

Calls 10

getGlobalDataDirFunction · 0.85
isolatedGitEnvFunction · 0.85
runCLIFunction · 0.85
writeStoreMetadataStateFunction · 0.85
writeStoreRegistryStateFunction · 0.85
getPromptMocksFunction · 0.70
runStoreCommandFunction · 0.70
mkdirFunction · 0.70
parseJsonFunction · 0.70

Tested by

no test coverage detected