chore(release): v0.7.35 #67
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
build
@pairux/desktop#test: command (/home/runner/work/pairux.com/pairux.com/apps/desktop) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run test exited (1)
|
|
src/renderer/hooks/useWebRTCViewerSFUAPI.test.ts > useWebRTCViewerSFUAPI > should connect to LiveKit room with token:
apps/desktop/src/renderer/hooks/useWebRTCViewerSFUAPI.test.ts#L195
AssertionError: expected "spy" to be called with arguments: [ 'wss://livekit.example.com', …(1) ]
Received:
1st spy call:
Array [
"wss://livekit.example.com",
"lk-test-token",
+ Object {
+ "rtcConfig": Object {},
+ },
]
Number of calls: 1
❯ src/renderer/hooks/useWebRTCViewerSFUAPI.test.ts:195:25
|