Skip to content

Commit

Permalink
test: debug failing windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 25, 2024
1 parent d7c09cb commit b1ea1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/install.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('install/uninstall integration tests', () => {
})

it('should install plugin', async () => {
await PluginsInstall.run(['@oclif/plugin-test-esm-1'], cwd)
await PluginsInstall.run(['@oclif/plugin-test-esm-1', '--verbose'], cwd)

const result = await PluginsIndex.run([], cwd)
expect(stdoutStub.calledWith(match('test-esm-1'))).to.be.true
Expand Down

0 comments on commit b1ea1f1

Please sign in to comment.