Skip to content

Commit 8f44591

Browse files
committed
Fix test name
1 parent ddb3f71 commit 8f44591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/arborist/test/add-rm-pkg-deps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ t.test('add', t => {
111111
saveType: 'optional',
112112
}), {
113113
optionalDependencies: { foo: '1' },
114-
}, 'move from peerOptional to optional, and adds to dependencies')
114+
}, 'move from peerOptional to optional')
115115

116116
t.strictSame(add({
117117
pkg: {

0 commit comments

Comments
 (0)