mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-26 14:16:08 +00:00
fix: tests
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user