From 586f09a0c031c62abdfe0c0bbc412f7430ff48d4 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 3 Mar 2026 17:48:00 +0400 Subject: [PATCH] fix: tests --- packages/tests/src/tests/init.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/tests/src/tests/init.test.ts b/packages/tests/src/tests/init.test.ts index 0bb25b8554..358063700b 100644 --- a/packages/tests/src/tests/init.test.ts +++ b/packages/tests/src/tests/init.test.ts @@ -262,7 +262,6 @@ describe("shadcn init - custom style", async () => { properties: { "--background": "oklch(0.145 0 0)", "--foreground": "oklch(0.985 0 0)", - "--primary": "oklch(0.922 0 0)", "--custom-brand": "#fef3c7", "--foo-var": "1rem", }, @@ -330,7 +329,6 @@ describe("shadcn init - custom style", async () => { properties: { "--background": "oklch(0.145 0 0)", "--foreground": "oklch(0.985 0 0)", - "--primary": "oklch(0.922 0 0)", "--custom-brand": "#fef3c7", "--foo-var": "2rem", }, @@ -547,7 +545,8 @@ describe("shadcn init - next-monorepo", () => { "--name", projectName, "-t", - "next-monorepo", + "next", + "--monorepo", "--preset", "nova", "--base", @@ -613,7 +612,8 @@ describe("shadcn init - next-monorepo", () => { "--name", projectName, "-t", - "next-monorepo", + "next", + "--monorepo", "--preset", initUrl, ],