Remove irrelevant function
This commit is contained in:
@@ -56,11 +56,6 @@ describe('RoomList', () => {
|
|||||||
|
|
||||||
DMRoomMap.makeShared();
|
DMRoomMap.makeShared();
|
||||||
|
|
||||||
// Lie to the room list store about DMs not existing
|
|
||||||
DMRoomMap.getUserIdForRoomId = () => {
|
|
||||||
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