mirror of https://github.com/zulip/zulip.git
tests: Remove unnecessary stubs for stream_list test.
This commit is contained in:
parent
0ebc5e8e73
commit
e47ece6d2d
|
@ -377,13 +377,10 @@ run_test('narrowing', () => {
|
|||
topic: noop,
|
||||
});
|
||||
|
||||
topic_list.set_click_handlers = noop;
|
||||
topic_list.close = noop;
|
||||
topic_list.remove_expanded_topics = noop;
|
||||
topic_list.rebuild = noop;
|
||||
topic_list.active_stream_id = noop;
|
||||
topic_list.get_stream_li = noop;
|
||||
stream_list.zoom_out_topics = noop;
|
||||
scroll_util.scroll_element_into_container = noop;
|
||||
|
||||
set_global('ui', {
|
||||
|
|
Loading…
Reference in New Issue