We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 00a6348 commit 5a0952eCopy full SHA for 5a0952e
packages/utils/__tests__/is-local-path.test.ts
@@ -1,7 +1,7 @@
1
"use strict";
2
3
-import { isLocalPath } from "@webpack-cli/utils/path-utils";
4
import * as path from "path";
+import { isLocalPath } from "../path-utils";
5
6
describe("is-local-path", () => {
7
it("returns true for paths beginning in the current directory", () => {
0 commit comments