mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-11 04:27:03 +00:00
prettier !
This commit is contained in:
@@ -19,7 +19,11 @@ import { type ComponentProps } from "react";
|
||||
|
||||
import { MediaView } from "./MediaView";
|
||||
import { EncryptionStatus } from "../state/MediaViewModel";
|
||||
import { mockLocalParticipant, mockMatrixRoomMember, mockRtcMembership } from "../utils/test";
|
||||
import {
|
||||
mockLocalParticipant,
|
||||
mockMatrixRoomMember,
|
||||
mockRtcMembership,
|
||||
} from "../utils/test";
|
||||
|
||||
describe("MediaView", () => {
|
||||
const participant = mockLocalParticipant({});
|
||||
|
||||
Reference in New Issue
Block a user