Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 9, 2024
1 parent 1cafe4c commit ec8b624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/nlx/bun.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ function _(arg: string, expected: string) {
}
}

it('single uninstall', _('esbuild', 'bunx esbuild'))
it('multiple', _('esbuild --version', 'bunx esbuild --version'))
it('single uninstall', _('esbuild', 'bun x esbuild'))
it('multiple', _('esbuild --version', 'bun x esbuild --version'))
4 changes: 2 additions & 2 deletions test/programmatic/__snapshots__/runCli.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`lockfile > bun > ni foo -D 1`] = `"bun add foo -d"`;

exports[`lockfile > bun > ni foo 1`] = `"bun add foo"`;

exports[`lockfile > bun > nlx 1`] = `"bunx foo"`;
exports[`lockfile > bun > nlx 1`] = `"bun x foo"`;

exports[`lockfile > bun > nu -i 1`] = `"bun update"`;

Expand Down Expand Up @@ -182,7 +182,7 @@ exports[`packager > bun > ni foo -D 1`] = `"bun add foo -d"`;

exports[`packager > bun > ni foo 1`] = `"bun add foo"`;

exports[`packager > bun > nlx 1`] = `"bunx foo"`;
exports[`packager > bun > nlx 1`] = `"bun x foo"`;

exports[`packager > bun > nu -i 1`] = `"bun update"`;

Expand Down

0 comments on commit ec8b624

Please sign in to comment.