MCPcopy Create free account
hub / github.com/IgniteUI/igniteui-cli / MockFile

Interface MockFile

spec/unit/update-spec.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { updateWorkspace } from "../../packages/core/update/Update";
6
7interface MockFile {
8 path: string;
9 content: string;
10 expected: string;
11}
12
13describe("updateWorkspace", () => {
14 let fsSpy: IFileSystem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected