Some basic tests for RoomView

This commit is contained in:
David Baker 2016-06-17 12:20:26 +01:00
parent 624e34c48a
commit 1fbf027a40
3 changed files with 84 additions and 1 deletions

View file

@ -22,6 +22,7 @@ var components = skin.components;
components['structures.LeftPanel'] = stubComponent();
components['structures.RightPanel'] = stubComponent();
components['structures.RoomDirectory'] = stubComponent();
components['rooms.SearchBar'] = stubComponent();
components['views.globals.MatrixToolbar'] = stubComponent();
components['views.globals.GuestWarningBar'] = stubComponent();
components['views.globals.NewVersionBar'] = stubComponent();