The linter will never be appeased
This commit is contained in:
parent
85af3ebcc0
commit
5ace405062
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue