1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-08-02 09:04:32 +01:00
parent 50d1257463
commit 1daafdc7a3
8 changed files with 260 additions and 204 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
*/
import React from "react";
import { act, fireEvent, render, RenderResult, screen, waitFor } from "@testing-library/react";
import { act, fireEvent, render, RenderResult, screen } from "@testing-library/react";
import { Room, MatrixClient, RoomState, RoomMember, User, MatrixEvent } from "matrix-js-sdk/src/matrix";
import { KnownMembership } from "matrix-js-sdk/src/types";
import { mocked, MockedObject } from "jest-mock";