more test bits

This commit is contained in:
Half-Shot
2024-12-10 13:41:04 +00:00
parent 8d82daa742
commit 12a412ce11
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ test("GridTile is accessible", async () => {
off: () => {},
client: {
getUserId: () => null,
getDeviceId: () => null,
on: () => {},
off: () => {},
},

View File

@@ -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);