From 5a0952e1386caeee7fb42c1e60b53c6d9ed16945 Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Tue, 23 Apr 2019 11:48:46 +0530 Subject: [PATCH] chore(util): use relative for now use relative path for now --- packages/utils/__tests__/is-local-path.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils/__tests__/is-local-path.test.ts b/packages/utils/__tests__/is-local-path.test.ts index e8016a91a3d..654884b9e1a 100644 --- a/packages/utils/__tests__/is-local-path.test.ts +++ b/packages/utils/__tests__/is-local-path.test.ts @@ -1,7 +1,7 @@ "use strict"; -import { isLocalPath } from "@webpack-cli/utils/path-utils"; import * as path from "path"; +import { isLocalPath } from "../path-utils"; describe("is-local-path", () => { it("returns true for paths beginning in the current directory", () => {