Skip to content

Commit 0aa6f21

Browse files
committed
move test file
1 parent c2620e5 commit 0aa6f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/cli/utils/__tests__/normalize-path.test.ts renamed to packages/ui/src/cli/utils/normalize-path.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from "vitest";
2-
import { joinNormalizedPath, normalizeImportPath } from "../normalize-path";
2+
import { joinNormalizedPath, normalizeImportPath } from "./normalize-path";
33

44
describe("normalizeImportPath", () => {
55
it("should normalize Windows-style paths to use forward slashes", () => {

0 commit comments

Comments
 (0)