You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
The linter will never be appeased
This commit is contained in:
@ -59,7 +59,7 @@ describe('RoomList', () => {
|
|||||||
// Lie to the room list store about DMs not existing
|
// Lie to the room list store about DMs not existing
|
||||||
DMRoomMap.getUserIdForRoomId = () => {
|
DMRoomMap.getUserIdForRoomId = () => {
|
||||||
return null;
|
return null;
|
||||||
}
|
};
|
||||||
|
|
||||||
parentDiv = document.createElement('div');
|
parentDiv = document.createElement('div');
|
||||||
document.body.appendChild(parentDiv);
|
document.body.appendChild(parentDiv);
|
||||||
|
Reference in New Issue
Block a user