Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 5, 2022
1 parent 63f35cc commit 68cb02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/install/multipleImporters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ test('headless install is used when package linked to another package in the wor

dependencies: {
'is-positive': '1.0.0',
'project-2': 'file:../project-2',
'project-2': 'link:../project-2',
},
}
const pkg2 = {
Expand Down

0 comments on commit 68cb02f

Please sign in to comment.