You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix Prettier errors that slipped past CI (#9741)
This commit is contained in:
@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
import React from "react";
|
||||
import { render, RenderResult, screen } from "@testing-library/react";
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import userEvent from "@testing-library/user-event";
|
||||
import { mocked } from "jest-mock";
|
||||
import { MatrixClient, RelationType } from "matrix-js-sdk/src/matrix";
|
||||
|
||||
@ -48,7 +48,7 @@ describe("textForVoiceBroadcastStoppedEvent", () => {
|
||||
};
|
||||
}
|
||||
|
||||
return render(<div>{ textForVoiceBroadcastStoppedEvent(event)() }</div>);
|
||||
return render(<div>{textForVoiceBroadcastStoppedEvent(event)()}</div>);
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user