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:
Lauryn Menard 2023-02-10 17:22:18 +01:00 committed by Tim Abbott
parent 1ddc27d91b
commit 81d1be011d
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ mock_esm("../../static/js/recent_topics_util", {
mock_esm("../../static/js/drafts", { mock_esm("../../static/js/drafts", {
update_draft: noop, update_draft: noop,
}); });
mock_esm("../../static/js/common", {
status_classes: "status_classes",
});
mock_esm("../../static/js/unread_ops", { mock_esm("../../static/js/unread_ops", {
notify_server_message_read: noop, notify_server_message_read: noop,
}); });