mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-07 21:45:18 +00:00
Reformat
This commit is contained in:
@@ -963,8 +963,7 @@ describe("LocalMembership", () => {
|
|||||||
|
|
||||||
it("does nothing when there is no local participant", async () => {
|
it("does nothing when there is no local participant", async () => {
|
||||||
// No connection means participant$ never resolves to a participant.
|
// No connection means participant$ never resolves to a participant.
|
||||||
const { scope, localMembership } =
|
const { scope, localMembership } = createMembershipWithConnection(null);
|
||||||
createMembershipWithConnection(null);
|
|
||||||
await flushPromises();
|
await flushPromises();
|
||||||
|
|
||||||
expect(localMembership.toggleScreenSharing).not.toBeNull();
|
expect(localMembership.toggleScreenSharing).not.toBeNull();
|
||||||
|
|||||||
Reference in New Issue
Block a user