Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 22, 2022
1 parent 4bf79bc commit 4efc8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pnpm/test/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test('adding new dep does not fail if node_modules was created with --public-hoi
test('pnpx works', () => {
prepareEmpty()

const result = execPnpxSync(['--yes', 'hello-world-js-bin'])
const result = execPnpxSync(['hello-world-js-bin'])

expect(result.stdout.toString()).toMatch(/Hello world!/)
expect(result.status).toBe(0)
Expand Down

0 comments on commit 4efc8c6

Please sign in to comment.