mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
click_handlers: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4f297bee32
commit
26aa19db43
@@ -376,7 +376,7 @@ test("handlers", ({override, override_rewire, mock_template}) => {
|
||||
|
||||
(function test_click_handler() {
|
||||
init();
|
||||
// We wire up the click handler in click_handlers.js,
|
||||
// We wire up the click handler in click_handlers.ts,
|
||||
// so this just tests the called function.
|
||||
narrowed = false;
|
||||
activity_ui.narrow_for_user({$li: $alice_li});
|
||||
|
||||
Reference in New Issue
Block a user