MCPcopy
hub / github.com/FoalTS/foal / generator.spec.ts

File generator.spec.ts

packages/cli/src/services/generator/generator.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// std
2import { deepStrictEqual, notStrictEqual, strictEqual } from 'assert';
3import { existsSync, mkdirSync, readFileSync, rmdirSync, unlinkSync, writeFileSync } from 'fs';
4import { join } from 'path';

Callers

nothing calls this directly

Calls 15

joinFunction · 0.85
cdMethod · 0.80
cdProjectRootDirMethod · 0.80
ensureDirMethod · 0.80
ensureDirOnlyIfMethod · 0.80
ensureFileMethod · 0.80
copyTemplateMethod · 0.80
copyTemplateOnlyIfMethod · 0.80
renderMethod · 0.80
renderOnlyIfMethod · 0.80
modifyOnlyfIfMethod · 0.80
addNamedExportInMethod · 0.80

Tested by

no test coverage detected