mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
more test bits
This commit is contained in:
@@ -44,6 +44,7 @@ test("GridTile is accessible", async () => {
|
||||
off: () => {},
|
||||
client: {
|
||||
getUserId: () => null,
|
||||
getDeviceId: () => null,
|
||||
on: () => {},
|
||||
off: () => {},
|
||||
},
|
||||
|
||||
@@ -200,6 +200,8 @@ export async function withLocalMedia(
|
||||
kind: E2eeType.PER_PARTICIPANT,
|
||||
},
|
||||
mockLivekitRoom({ localParticipant }),
|
||||
of(undefined),
|
||||
of(undefined),
|
||||
);
|
||||
try {
|
||||
await continuation(vm);
|
||||
@@ -236,6 +238,8 @@ export async function withRemoteMedia(
|
||||
kind: E2eeType.PER_PARTICIPANT,
|
||||
},
|
||||
mockLivekitRoom({}, { remoteParticipants: of([remoteParticipant]) }),
|
||||
of(undefined),
|
||||
of(undefined),
|
||||
);
|
||||
try {
|
||||
await continuation(vm);
|
||||
|
||||
Reference in New Issue
Block a user