Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulio96 committed Aug 8, 2024
1 parent ddb3f71 commit 8f44591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/arborist/test/add-rm-pkg-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ t.test('add', t => {
saveType: 'optional',
}), {
optionalDependencies: { foo: '1' },
}, 'move from peerOptional to optional, and adds to dependencies')
}, 'move from peerOptional to optional')

t.strictSame(add({
pkg: {
Expand Down

0 comments on commit 8f44591

Please sign in to comment.