mirror of https://github.com/zulip/zulip.git
1f156230b0
We add these two functions to the API, so that we no longer have `alert_words_ui` using private data from `alert_word`: alert_words.has_alert_word() alert_words.get_word_list() And to initialize the data, we have a proper `initialize` method that is passed in only the parameters that it needs from `ui_init`. (We also move the step of deleting `alert_words` from `page_params` to the `ui_init` module.) Because it's a bit less cumbersome to initialize `alert_words`, we now just it directly in the node tests for `alert_words_ui`. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |