tests: up #121
on-push-to-main.yml
on: push
Verify
/
Lint
11s
Verify
/
Types
14s
Verify
/
Test
1m 27s
Changesets
0s
Annotations
4 errors
src/instances/rundler.test.ts > behavior: instance errored (duplicate ports):
src/instances/rundler.test.ts#L56
Error: Snapshot `behavior: instance errored (duplicate ports) 1` mismatched
- Expected
+ Received
- [Error: Failed to start process "rundler": Error: Address already in use (os error 98)]
+ [Error: Failed to start process "rundler": Error: Address already in use (os error 98)
+ ]
❯ src/instances/rundler.test.ts:56:3
|
src/instances/rundler.test.ts > behavior: can subscribe to stderr:
src/instances/rundler.test.ts#L92
Error: Snapshot `behavior: can subscribe to stderr 1` mismatched
- Expected
+ Received
- [Error: Failed to start process "rundler": Error: Address already in use (os error 98)]
+ [Error: Failed to start process "rundler": Error: Address already in use (os error 98)
+ ]
❯ src/instances/rundler.test.ts:92:3
|
src/instances/stackup.test.ts > behavior: can subscribe to stderr:
src/instances/stackup.test.ts#L87
AssertionError: promise resolved "[Function bound stop]" instead of rejecting
- Expected:
[Error: rejected promise]
+ Received:
[Function bound stop]
❯ src/instances/stackup.test.ts:87:34
|
Verify / Test
Process completed with exit code 1.
|