Skip to content

Commit

Permalink
fix: test config
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 16, 2023
1 parent 351e743 commit 05653d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_fmt/test_node/test-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for await (const dirent of await fs.opendir(test_root, { recursive: true })) {
continue;
}

const input_path = dirent.path;
const input_path = path.join(dirent.path, dirent.name);
const ext = path.extname(input_path);

switch (ext) {
Expand Down

0 comments on commit 05653d6

Please sign in to comment.