WIP: Leave call immediately without a promise #1675
Annotations
2 errors, 3 warnings, and 1 notice
Test:
internal/e2e-js/tests/callfabric/conversation.spec.ts#L98
1) [callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 1
96 | expect(messages).not.toBeUndefined()
97 |
> 98 | expect(messages.data.length).toEqual(2)
| ^
99 | expect(messages.data[0]).toMatchObject(***
100 | conversation_id: addressId,
101 | details: ***,
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/conversation.spec.ts:98:34
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test:
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 31.5s
|
Test:
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 21.6s
|
Test
1 failed
[callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation
2 skipped
16 passed (1.7m)
|
Loading