Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(utils): use absolute path
use absolute path
  • Loading branch information
anshumanv committed Apr 23, 2019
1 parent ed4095f commit 00a6348
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 00a6348

Please sign in to comment.