click_handlers: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-12-10 23:23:21 -08:00
committed by Tim Abbott
parent 4f297bee32
commit 26aa19db43
6 changed files with 147 additions and 100 deletions

View File

@@ -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});