From 00a63482bd5cebfb7d0c7e32ab8e4b5fa05677d0 Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Tue, 23 Apr 2019 10:38:31 +0530 Subject: [PATCH] chore(utils): use absolute path use absolute path --- 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 654884b9e1a..e8016a91a3d 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", () => {