()
| 71 | } |
| 72 | |
| 73 | async function createInitializedRadixProject() { |
| 74 | const fixturePath = await createFixtureTestDirectory("next-app") |
| 75 | await npxShadcn(fixturePath, ["init", "--preset", "a0", "--base", "radix"]) |
| 76 | await npxShadcn(fixturePath, ["add", "button"]) |
| 77 | return fixturePath |
| 78 | } |
| 79 | |
| 80 | function getMonorepoPresetConfig(config: { |
| 81 | style: string |
no test coverage detected