MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / scaffold.test.ts

File scaffold.test.ts

packages/core/src/tools/scaffold.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { existsSync, mkdirSync, readFileSync, rmSync, symlinkSync, writeFileSync } from 'node:fs';
2import { tmpdir } from 'node:os';
3import path from 'node:path';
4import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';

Callers

nothing calls this directly

Calls 4

loadScaffoldManifestFunction · 0.90
listScaffoldKindsFunction · 0.90
runScaffoldFunction · 0.90
makeScaffoldToolFunction · 0.90

Tested by

no test coverage detected