From 98cbe82048eb0db0a35b01bd1c622fbe1315cdf3 Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 27 Mar 2026 12:06:30 +0400 Subject: [PATCH] fix --- packages/tests/src/tests/init.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tests/src/tests/init.test.ts b/packages/tests/src/tests/init.test.ts index d70379a56d..f28144e441 100644 --- a/packages/tests/src/tests/init.test.ts +++ b/packages/tests/src/tests/init.test.ts @@ -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", ])