You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Update types to match js-sdk --strict mode (#9528)
Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
committed by
GitHub
parent
3330d5a634
commit
5f540eb25c
@ -39,7 +39,7 @@ describe('<IncomingLegacyCallToast />', () => {
|
||||
const mockRoom = new Room('!room:server.org', mockClient, userId);
|
||||
mockClient.deviceId = deviceId;
|
||||
|
||||
const call = new MatrixCall({ client: mockClient });
|
||||
const call = new MatrixCall({ client: mockClient, roomId: mockRoom.roomId });
|
||||
const defaultProps = {
|
||||
call,
|
||||
};
|
||||
|
Reference in New Issue
Block a user