We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5fc7 commit 4506822Copy full SHA for 4506822
2 files changed
.changeset/new-jeans-doubt.md
@@ -0,0 +1,5 @@
1
+---
2
+"shadcn-ui": patch
3
4
+
5
+remove duplicate vi call
packages/cli/test/commands/init.test.ts
@@ -8,12 +8,6 @@ import { getConfig } from "../../src/utils/get-config"
8
import * as getPackageManger from "../../src/utils/get-package-manager"
9
import * as registry from "../../src/utils/registry"
10
11
-vi.mock("execa")
12
-vi.mock("fs/promises", () => ({
13
- writeFile: vi.fn(),
14
- mkdir: vi.fn(),
15
-}))
16
-
17
vi.mock("execa")
18
vi.mock("fs/promises", () => ({
19
writeFile: vi.fn(),
0 commit comments