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, ],