mirror of https://github.com/zulip/zulip.git
node tests: Remove dead code for composebox_typeahead
This commit is contained in:
parent
33dc4543a9
commit
6c237c6935
|
@ -1,7 +1,6 @@
|
|||
const typeahead = zrequire('typeahead', 'shared/js/typeahead');
|
||||
set_global('i18n', global.stub_i18n);
|
||||
zrequire('compose_state');
|
||||
zrequire('ui_util');
|
||||
zrequire('pm_conversations');
|
||||
zrequire('emoji');
|
||||
set_global('Handlebars', global.make_handlebars());
|
||||
|
|
Loading…
Reference in New Issue