mirror of https://github.com/zulip/zulip.git
node-tests: Remove unnecessary mock in compose_actions node test.
In commit 0d373e574b
, the use of `common.status_classes` was
removed from `compose_actions.js`, so there is no longer a need
to mock it in the related node test.
This commit is contained in:
parent
1ddc27d91b
commit
81d1be011d
|
@ -40,9 +40,6 @@ mock_esm("../../static/js/recent_topics_util", {
|
|||
mock_esm("../../static/js/drafts", {
|
||||
update_draft: noop,
|
||||
});
|
||||
mock_esm("../../static/js/common", {
|
||||
status_classes: "status_classes",
|
||||
});
|
||||
mock_esm("../../static/js/unread_ops", {
|
||||
notify_server_message_read: noop,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue