(root: string)
| 19 | } |
| 20 | |
| 21 | const 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 | |
| 32 | describe("Built-in plugin registry", async () => { |
| 33 | const { createBuiltinPlugins, BUILTIN_PLUGIN_NAMES, createTerraformPlugin } = await import( |
no outgoing calls
no test coverage detected