Skip to content

Commit 803863c

Browse files
committed
Update cli-spec.js
prettier
1 parent eb70817 commit 803863c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/cli-spec.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,12 @@ describe('command line interface', function () {
233233
);
234234
assert.ok(
235235
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')),
236+
.realpathSync(
237+
'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+
),
238242
);
239243
}
240244
});

0 commit comments

Comments
 (0)