We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0e230 commit f08e36aCopy full SHA for f08e36a
crates/ruff_fmt/test_node/test-node.mjs
@@ -9,7 +9,7 @@ import init, { format } from "../pkg/ruff_fmt_node.js";
9
10
await init();
11
12
-const test_root = fileURLToPath(new URL("../test_data", import.meta.url));
+const test_root = fileURLToPath(import.meta.resolve("../test_data"));
13
chdir(test_root);
14
15
for await (const input_path of fs.glob("**/*.{py,pyi}")) {
0 commit comments