The linter will never be appeased

pull/21833/head
Travis Ralston 2020-07-07 16:01:42 -06:00
parent 85af3ebcc0
commit 5ace405062
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ describe('RoomList', () => {
// Lie to the room list store about DMs not existing
DMRoomMap.getUserIdForRoomId = () => {
return null;
}
};
parentDiv = document.createElement('div');
document.body.appendChild(parentDiv);