We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af3d03 commit bd3f551Copy full SHA for bd3f551
test/symlinks.js
@@ -13,7 +13,6 @@ try {
13
} catch (err) {}
14
try {
15
fs.symlinkSync('./_/symlink_target', symlinkDir, 'dir');
16
- fs.symlinkSync('../../package', packageDir, 'dir');
17
} catch (err) {
18
if (err.code !== 'EEXIST') {
19
// if fails then it is probably on Windows and lets try to create a junction
0 commit comments