Skip to content

Commit 00a6348

Browse files
committedApr 23, 2019
chore(utils): use absolute path
use absolute path
1 parent ed4095f commit 00a6348

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";
34
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.