Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0140236

Browse files
fix symlink skip logic
1 parent 1500701 commit 0140236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github-package.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ describe('GithubPackage', function() {
756756

757757
context('with a symlinked repository project', function() {
758758
beforeEach(async function() {
759-
if (process.platform !== 'win32') {
759+
if (process.platform === 'win32') {
760760
this.skip();
761761
}
762762
const workdirPath = await cloneRepository('three-files');

0 commit comments

Comments
 (0)