Skip to content

Commit 5a0952e

Browse files
committedApr 23, 2019
chore(util): use relative for now
use relative path for now
1 parent 00a6348 commit 5a0952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/utils/__tests__/is-local-path.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

3-
import { isLocalPath } from "@webpack-cli/utils/path-utils";
43
import * as path from "path";
4+
import { isLocalPath } from "../path-utils";
55

66
describe("is-local-path", () => {
77
it("returns true for paths beginning in the current directory", () => {

0 commit comments

Comments
 (0)
Please sign in to comment.