Skip to content

Commit

Permalink
Fix path separator skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Jul 20, 2024
1 parent 760dec1 commit ef55b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ for (const folderArg of ["--folder=", "-f=", ""]) {
const args = flipArgs ? `${arg2} ${arg1}` : `${arg1} ${arg2}`;

tap.test(`get folder size with args: ${args}`, async () => {
if (skip) return;

const result = await exec(`bin/get-folder-size.js ${args}`, {
cwd,
});
Expand Down

0 comments on commit ef55b76

Please sign in to comment.