Skip to content

Commit

Permalink
chore(util): use relative for now
Browse files Browse the repository at this point in the history
use relative path for now
  • Loading branch information
anshumanv committed Apr 23, 2019
1 parent 00a6348 commit 5a0952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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", () => {
Expand Down

0 comments on commit 5a0952e

Please sign in to comment.