Skip to content

Commit

Permalink
chore: fix typo (#5128)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan committed Jul 31, 2022
1 parent 34121d7 commit fe2cc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/install/hoist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ test('hoistPattern=undefined throws exception when executed on node_modules inst
})
).rejects.toThrow(/different hoist-pattern value/)

// Instatll doesn't fail if the value of hoistPattern isn't forced
// Install doesn't fail if the value of hoistPattern isn't forced
await addDependenciesToPackage(manifest, ['is-negative'], {
...opts,
forceHoistPattern: false,
Expand Down

0 comments on commit fe2cc46

Please sign in to comment.