1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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();