mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
lint
This commit is contained in:
parent
b800c51438
commit
5ab9c04bd9
@ -17,6 +17,7 @@ import {
|
||||
import { type ClientWidgetApi, Widget } from "matrix-widget-api";
|
||||
import { act, cleanup, render, screen } from "jest-matrix-react";
|
||||
import { mocked, type MockedObject, type Mocked } from "jest-mock";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
|
||||
import {
|
||||
mkRoomMember,
|
||||
@ -32,7 +33,6 @@ import { MatrixClientPeg } from "../../../../../src/MatrixClientPeg";
|
||||
import { ConnectionState } from "../../../../../src/models/Call";
|
||||
import { SdkContextClass } from "../../../../../src/contexts/SDKContext";
|
||||
import { OwnBeaconStore } from "../../../../../src/stores/OwnBeaconStore";
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import defaultDispatcher from "../../../../../src/dispatcher/dispatcher";
|
||||
import { Action } from "../../../../../src/dispatcher/actions";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user