Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Nov 17, 2024
1 parent 833107f commit e356f1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cli-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ describe('command line interface', function () {
);
} else {
assert.equal(
fs.realpathSync(
'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir',
),
fs.realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir'),
path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test'),
);
}
Expand Down

0 comments on commit e356f1a

Please sign in to comment.