Verify #20
verify.yml
on: workflow_dispatch
Annotations
3 errors
src/instances/stackup.test.ts > behavior: instance errored (duplicate ports):
src/processes/execa.ts#L63
Error: Failed to start process "stackup": 2024/06/05 04:04:22 listen tcp :1337: bind: address already in use
❯ reject src/processes/execa.ts:63:13
|
src/instances/stackup.test.ts > behavior: can subscribe to stderr:
src/instances/stackup.test.ts#L91
AssertionError: expected [Function] to throw error including 'port is already allocated.' but got 'Failed to start process "stackup": 20…'
- Expected
+ Received
- port is already allocated.
+ Failed to start process "stackup": 2024/06/05 04:04:24 listen tcp :1337: bind: address already in use
+
❯ src/instances/stackup.test.ts:91:3
|
Test
Process completed with exit code 1.
|