We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb70817 commit 803863cCopy full SHA for 803863c
test/cli-spec.js
@@ -233,8 +233,12 @@ describe('command line interface', function () {
233
);
234
assert.ok(
235
fs
236
- .realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir/test.txt')
237
- .endsWith(path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test/test.txt')),
+ .realpathSync(
+ 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir/test.txt',
238
+ )
239
+ .endsWith(
240
+ path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test/test.txt'),
241
+ ),
242
243
}
244
});
0 commit comments