Skip to content

Commit 12e72a5

Browse files
committed
fix: removed errant console.log @W-21915680@
1 parent 0678888 commit 12e72a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/integration/install.integration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ describe('install/uninstall integration tests', () => {
201201
// Install a second plugin by a local tarball. This one is alphabetically after the first one.
202202
await runCommand(`plugins install "file://${yetAnotherLocalPluginTarball}"`)
203203
const {result: secondResult, stdout: secondStdout} = await runCommand<Array<{name: string}>>('plugins')
204-
console.log(`stdout: ${secondStdout}`)
205204
expect(secondStdout).to.contain(yetAnotherPluginShortName)
206205
expect(secondResult?.some((r) => r.name === otherPlugin)).to.be.true
207206
expect(secondResult?.some((r) => r.name === yetAnotherPlugin)).to.be.true

0 commit comments

Comments
 (0)