Effection v4 #1127
Annotations
10 errors
test (ubuntu-latest)
Process completed with exit code 1.
|
packages/command/test/sh.test.ts > tinyexec compatibility checks > handles pipes:
packages/command/test/sh.test.ts#L27
AssertionError: expected 'this thing' to be 'this' // Object.is equality
Expected: "this"
Received: "this thing"
❯ packages/command/test/sh.test.ts:27:34
|
test (macos-latest)
Process completed with exit code 1.
|
packages/command/test/sh.test.ts > tinyexec compatibility checks > handles pipes:
packages/command/test/sh.test.ts#L27
AssertionError: expected 'this thing' to be 'this' // Object.is equality
Expected: "this"
Received: "this thing"
❯ packages/command/test/sh.test.ts:27:34
|
test (windows-latest)
Process completed with exit code 1.
|
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, defines pwsh as shell:
packages/command/test/sh.test.ts#L238
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn echo this thing | echo but actu…' // Object.is equality
Expected: "spawn echo this thing | echo but actually this ENOENT"
Received: "Process exited with non-zero status (1)"
❯ packages/command/test/sh.test.ts:238:32
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:23:23
|
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, uses fallback to shell:
packages/command/test/sh.test.ts#L202
AssertionError: expected 'but actually this\nThe process tried …' to be 'this thing | echo but actually this' // Object.is equality
- Expected
+ Received
- this thing | echo but actually this
+ but actually this
+ The process tried to write to a nonexistent pipe.
❯ packages/command/test/sh.test.ts:202:23
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:23:23
|
packages/command/test/sh.test.ts > sh > shell defined > defines pwsh as shell:
packages/command/test/sh.test.ts#L125
AssertionError: expected 'this\nthing' to be 'this\r\nthing' // Object.is equality
- Expected
+ Received
- this
+ this
thing
❯ packages/command/test/sh.test.ts:125:21
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:23:23
|
packages/command/test/sh.test.ts > sh > handle single command:
packages/command/test/sh.test.ts#L69
AssertionError: expected 'this thing' to be '"this thing"' // Object.is equality
Expected: ""this thing""
Received: "this thing"
❯ packages/command/test/sh.test.ts:69:17
❯ helpers/test-adapter.ts:65:16
❯ after node_modules/effection/src/lib/task.ts:254:19
❯ node_modules/effection/src/lib/task.ts:216:26
❯ Object.with node_modules/effection/src/lib/context.ts:23:23
|
packages/command/test/sh.test.ts > tinyexec compatibility checks > handles multiline stdout:
packages/command/test/sh.test.ts#L15
AssertionError: expected 'this thing' to be '"this" "thing"' // Object.is equality
Expected: ""this" "thing""
Received: "this thing"
❯ packages/command/test/sh.test.ts:15:34
|