This commit is contained in:
shadcn
2026-03-27 12:06:30 +04:00
parent 12b49c986f
commit 98cbe82048

View File

@@ -745,6 +745,7 @@ describe("shadcn init - existing components.json", () => {
// Run init with an invalid component - this should fail and restore.
await npxShadcn(fixturePath, [
"init",
"--force",
"invalid-component-that-does-not-exist",
])