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

Function fakeProject

tests/githooks-plugin.test.ts:24–24  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

22}
23
24const fakeProject = (root: string) => ({ root, frameworks: [], language: "typescript", orms: [], isMonorepo: false, workspaces: [], repoType: "single" as const });
25
26describe("Git Hooks Plugin", async () => {
27 const { createGitHooksPlugin } = await import("../dist/plugins/githooks/index.js");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected