Skip to content

Commit

Permalink
<3 windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Nov 1, 2024
1 parent 915dc99 commit a9bfaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/test/utils/registry/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("getItemTargetPath", () => {
},
"./override-path"
)
).toEqual("src\\lib\\components\\ui\\label");
).toEqual("src/lib/components/ui/label");
});

it("resolves item target path", async () => {
Expand All @@ -89,6 +89,6 @@ describe("getItemTargetPath", () => {
],
type: "registry:ui",
})
).toEqual("src\\lib\\components\\ui\\label");
).toEqual("src/lib/components/ui/label");
});
});

0 comments on commit a9bfaea

Please sign in to comment.