mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
test_stream_topic_history: Remove unused mock for people.ts.
This commit removes the unused mock for 'people.ts' in 'stream_topic_history.test.cjs'.
This commit is contained in:
committed by
Tim Abbott
parent
8d0f13cad4
commit
2bf13c36be
@@ -7,9 +7,6 @@ const {run_test, noop} = require("./lib/test.cjs");
|
||||
|
||||
const channel = mock_esm("../src/channel");
|
||||
const message_util = mock_esm("../src/message_util");
|
||||
mock_esm("../src/people.ts", {
|
||||
maybe_get_user_by_id: noop,
|
||||
});
|
||||
|
||||
const echo_state = zrequire("echo_state");
|
||||
const topic_list = zrequire("topic_list");
|
||||
|
||||
Reference in New Issue
Block a user