mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
test(plugin-commands-installation): fix
This commit is contained in:
@@ -71,6 +71,7 @@ test('interactively update', async () => {
|
||||
updateDependencies: ['is-negative'],
|
||||
})
|
||||
|
||||
prompt.mockClear()
|
||||
// t.comment('update to compatible versions')
|
||||
await update.handler({
|
||||
...DEFAULT_OPTIONS,
|
||||
@@ -129,7 +130,7 @@ test('interactively update', async () => {
|
||||
name: 'is-positive',
|
||||
},
|
||||
{
|
||||
message: chalk`micromatch 3.0.0 ❯ {redBright.bold 4.0.2} `,
|
||||
message: chalk`micromatch 3.0.0 ❯ {redBright.bold 4.0.3} `,
|
||||
name: 'micromatch',
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user