MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / fakeProject

Function fakeProject

tests/builtin-plugins.test.ts:21–30  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

19}
20
21const fakeProject = (root: string) => ({
22 root,
23 name: "demo",
24 frameworks: [],
25 language: "typescript",
26 orms: [],
27 isMonorepo: false,
28 workspaces: [],
29 repoType: "single" as const,
30});
31
32describe("Built-in plugin registry", async () => {
33 const { createBuiltinPlugins, BUILTIN_PLUGIN_NAMES, createTerraformPlugin } = await import(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected