test(plugin-commands-installation): fix

This commit is contained in:
Zoltan Kochan
2021-04-10 02:21:08 +03:00
parent 43bda5c035
commit ea1a05d05e

View File

@@ -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',
},
])