()
| 17 | } |
| 18 | |
| 19 | async function createInitializedRtlProject() { |
| 20 | const fixturePath = await createFixtureTestDirectory("next-app") |
| 21 | await npxShadcn(fixturePath, ["init", "--defaults", "--rtl"]) |
| 22 | await npxShadcn(fixturePath, ["add", "button"]) |
| 23 | return fixturePath |
| 24 | } |
| 25 | |
| 26 | async function createInitializedViteRtlProject() { |
| 27 | const fixturePath = await createFixtureTestDirectory("vite-app") |
no test coverage detected