Skip to content

Commit

Permalink
skip symlink test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 20, 2016
1 parent 70261d0 commit 490d428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/function/symlink/_config.js
@@ -1,3 +1,4 @@
module.exports = {
skip: process.platform === 'win32',
description: 'follows symlinks'
};

0 comments on commit 490d428

Please sign in to comment.