mirror of https://github.com/zulip/zulip.git
node_tests: Remove unused blueimp-md5 stubs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
493294b2a9
commit
52e9c4bc6a
|
@ -21,7 +21,6 @@ zrequire("composebox_typeahead");
|
|||
zrequire("recent_senders");
|
||||
zrequire("settings_org");
|
||||
const settings_config = zrequire("settings_config");
|
||||
set_global("md5", (s) => "md5-" + s);
|
||||
|
||||
// To be eliminated in next commit:
|
||||
stream_data.update_calculated_fields = () => {};
|
||||
|
|
|
@ -7,7 +7,6 @@ const {set_global, zrequire} = require("../zjsunit/namespace");
|
|||
const {run_test} = require("../zjsunit/test");
|
||||
|
||||
set_global("page_params", {realm_is_zephyr_mirror_realm: false});
|
||||
set_global("md5", (s) => "md5-" + s);
|
||||
|
||||
const settings_config = zrequire("settings_config");
|
||||
const pm_conversations = zrequire("pm_conversations");
|
||||
|
|
|
@ -6,7 +6,6 @@ const {set_global, zrequire} = require("../zjsunit/namespace");
|
|||
const {run_test} = require("../zjsunit/test");
|
||||
|
||||
const people = zrequire("people");
|
||||
set_global("md5", (s) => "md5-" + s);
|
||||
zrequire("user_pill");
|
||||
zrequire("pill_typeahead");
|
||||
|
||||
|
|
Loading…
Reference in New Issue