()
| 10 | } from "../utils/helpers" |
| 11 | |
| 12 | async function createInitializedProject() { |
| 13 | const fixturePath = await createFixtureTestDirectory("next-app") |
| 14 | await npxShadcn(fixturePath, ["init", "--defaults"]) |
| 15 | await npxShadcn(fixturePath, ["add", "button"]) |
| 16 | return fixturePath |
| 17 | } |
| 18 | |
| 19 | async function createInitializedRtlProject() { |
| 20 | const fixturePath = await createFixtureTestDirectory("next-app") |
no test coverage detected