fix: bun x
instead of bunx
(#219)
#393
Annotations
11 errors
test/nlx/bun.spec.ts > single uninstall:
test/nlx/bun.spec.ts#L9
AssertionError: expected 'bun x esbuild' to be 'bunx esbuild' // Object.is equality
- Expected
+ Received
- bunx esbuild
+ bun x esbuild
❯ test/nlx/bun.spec.ts:9:7
|
test/nlx/bun.spec.ts > multiple:
test/nlx/bun.spec.ts#L9
AssertionError: expected 'bun x esbuild --version' to be 'bunx esbuild --version' // Object.is equality
- Expected
+ Received
- bunx esbuild --version
+ bun x esbuild --version
❯ test/nlx/bun.spec.ts:9:7
|
test/programmatic/runCli.spec.ts > lockfile > bun > nlx:
test/programmatic/runCli.spec.ts#L31
Error: Snapshot `lockfile > bun > nlx 1` mismatched
- Expected
+ Received
- "bunx foo"
+ "bun x foo"
❯ test/programmatic/runCli.spec.ts:31:27
❯ test/programmatic/runCli.spec.ts:18:5
|
test/programmatic/runCli.spec.ts > packager > bun > nlx:
test/programmatic/runCli.spec.ts#L31
Error: Snapshot `packager > bun > nlx 1` mismatched
- Expected
+ Received
- "bunx foo"
+ "bun x foo"
❯ test/programmatic/runCli.spec.ts:31:27
❯ test/programmatic/runCli.spec.ts:18:5
|
build (lts/*)
Process completed with exit code 1.
|
build (18.x)
The job was canceled because "lts__" failed.
|
test/nlx/bun.spec.ts > single uninstall:
test/nlx/bun.spec.ts#L9
AssertionError: expected 'bun x esbuild' to be 'bunx esbuild' // Object.is equality
- Expected
+ Received
- bunx esbuild
+ bun x esbuild
❯ test/nlx/bun.spec.ts:9:7
|
test/nlx/bun.spec.ts > multiple:
test/nlx/bun.spec.ts#L9
AssertionError: expected 'bun x esbuild --version' to be 'bunx esbuild --version' // Object.is equality
- Expected
+ Received
- bunx esbuild --version
+ bun x esbuild --version
❯ test/nlx/bun.spec.ts:9:7
|
test/programmatic/runCli.spec.ts > lockfile > bun > nlx:
test/programmatic/runCli.spec.ts#L31
Error: Snapshot `lockfile > bun > nlx 1` mismatched
- Expected
+ Received
- "bunx foo"
+ "bun x foo"
❯ test/programmatic/runCli.spec.ts:31:27
❯ test/programmatic/runCli.spec.ts:18:5
|
test/programmatic/runCli.spec.ts > packager > bun > nlx:
test/programmatic/runCli.spec.ts#L31
Error: Snapshot `packager > bun > nlx 1` mismatched
- Expected
+ Received
- "bunx foo"
+ "bun x foo"
❯ test/programmatic/runCli.spec.ts:31:27
❯ test/programmatic/runCli.spec.ts:18:5
|
build (18.x)
Process completed with exit code 1.
|