mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
finnish notation
This commit is contained in:
@@ -53,8 +53,8 @@ test("GridTile is accessible", async () => {
|
||||
memberships: [],
|
||||
} as unknown as MatrixRTCSession;
|
||||
const cVm = {
|
||||
reactions: of({}),
|
||||
handsRaised: of({}),
|
||||
reactions$: of({}),
|
||||
handsRaised$: of({}),
|
||||
} as Partial<CallViewModel> as CallViewModel;
|
||||
const { container } = render(
|
||||
<ReactionsSenderProvider vm={cVm} rtcSession={fakeRtcSession}>
|
||||
|
||||
Reference in New Issue
Block a user