Skip to content

Commit 591f18b

Browse files
committed
test: update room list tests
1 parent 8ef57d3 commit 591f18b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit-tests/components/views/rooms/RoomListPanel/RoomList-test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ describe("<RoomList />", () => {
3535
activeSecondaryFilter: SecondaryFilters.AllActivity,
3636
sort: jest.fn(),
3737
activeSortOption: SortOption.Activity,
38+
createRoom: jest.fn(),
39+
createChatRoom: jest.fn(),
40+
canCreateRoom: true,
3841
};
3942

4043
// Needed to render a room list cell

0 commit comments

Comments
 (0)