mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
node_tests: Don’t use this in __esModule mock.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4a2f937732
commit
19e4328a7b
@@ -24,7 +24,7 @@ const message_fetch = {__esModule: true};
|
||||
rewiremock("../../static/js/message_fetch").with(message_fetch);
|
||||
const message_list = set_global("message_list", {
|
||||
set_narrowed(value) {
|
||||
this.narrowed = value;
|
||||
message_list.narrowed = value;
|
||||
},
|
||||
});
|
||||
const message_scroll = {__esModule: true};
|
||||
|
||||
Reference in New Issue
Block a user