mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
lint
This commit is contained in:
@@ -8,6 +8,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
import { act, render } from "@testing-library/react";
|
import { act, render } from "@testing-library/react";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
import { describe, expect, test } from "vitest";
|
import { describe, expect, test } from "vitest";
|
||||||
|
import { RoomEvent } from "matrix-js-sdk/src/matrix";
|
||||||
|
|
||||||
import { useReactions } from "./useReactions";
|
import { useReactions } from "./useReactions";
|
||||||
import {
|
import {
|
||||||
@@ -17,7 +18,6 @@ import {
|
|||||||
MockRTCSession,
|
MockRTCSession,
|
||||||
TestReactionsWrapper,
|
TestReactionsWrapper,
|
||||||
} from "./utils/testReactions";
|
} from "./utils/testReactions";
|
||||||
import { RoomEvent } from "matrix-js-sdk/src/matrix";
|
|
||||||
|
|
||||||
const memberUserIdAlice = "@alice:example.org";
|
const memberUserIdAlice = "@alice:example.org";
|
||||||
const memberEventAlice = "$membership-alice:example.org";
|
const memberEventAlice = "$membership-alice:example.org";
|
||||||
|
|||||||
Reference in New Issue
Block a user