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