From e356f1a386201c7ff6587838afdc7e8453fbb037 Mon Sep 17 00:00:00 2001 From: Mike Maietta Date: Sun, 17 Nov 2024 13:47:04 -0800 Subject: [PATCH] prettier --- test/cli-spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/cli-spec.js b/test/cli-spec.js index 195da61..a6cfcbc 100644 --- a/test/cli-spec.js +++ b/test/cli-spec.js @@ -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'), ); }