Skip to content

Commit

Permalink
chore: Update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Oct 19, 2024
1 parent 8e0e230 commit f08e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_fmt/test_node/test-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import init, { format } from "../pkg/ruff_fmt_node.js";

await init();

const test_root = fileURLToPath(new URL("../test_data", import.meta.url));
const test_root = fileURLToPath(import.meta.resolve("../test_data"));
chdir(test_root);

for await (const input_path of fs.glob("**/*.{py,pyi}")) {
Expand Down

0 comments on commit f08e36a

Please sign in to comment.