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 c2620e5 commit 0aa6f21Copy full SHA for 0aa6f21
packages/ui/src/cli/utils/__tests__/normalize-path.test.ts renamed to packages/ui/src/cli/utils/normalize-path.test.ts
@@ -1,5 +1,5 @@
1
import { describe, expect, it } from "vitest";
2
-import { joinNormalizedPath, normalizeImportPath } from "../normalize-path";
+import { joinNormalizedPath, normalizeImportPath } from "./normalize-path";
3
4
describe("normalizeImportPath", () => {
5
it("should normalize Windows-style paths to use forward slashes", () => {
0 commit comments