fix: tests

This commit is contained in:
shadcn
2026-03-03 17:48:00 +04:00
parent 2532aeaa1d
commit 586f09a0c0

View File

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