Skip to content

Commit

Permalink
Fixes a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maël Nison committed Sep 24, 2018
1 parent 6309d1f commit 84358aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/commands/install/bin-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe('with focus', () => {
true,
);
expect(await linkAt(config, 'node_modules', '.bin', 'example-yarn-workspace-2')).toEqual(
'../example-yarn-workspace-2/index.js',
'../../../example-yarn-workspace-2/index.js',
);
},
);
Expand Down

0 comments on commit 84358aa

Please sign in to comment.