zulip/frontend_tests/node_tests
Steve Howell 588fa9d150 node tests: Make i18next more explicit in i18n tests.
We are actually testing i18next somewhat directly in
this test, so we clean up some names in the file.

We'll address filenames in another commit.
2020-02-28 17:11:24 -08:00
..
.eslintrc.json lint: Add JS indentation eslint rules for node_tests. 2018-05-06 19:35:18 -07:00
activity.js node tests: Fix dead code in activity. 2020-02-26 07:19:00 -05:00
alert_words_ui.js refactor: Clean up alert_words API. 2020-02-27 11:10:13 -08:00
alert_words.js refactor: Clean up alert_words API. 2020-02-27 11:10:13 -08:00
billing_helpers.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
billing.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
blueslip_stacktrace.js blueslip: Make stack trace more readable. 2019-10-31 13:47:54 -07:00
bot_data.js js: Convert _.pluck(a, "key") to item => item.key. 2020-02-27 17:20:34 -08:00
buddy_data.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
buddy_list.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
channel.js channel: Discard all HTTP responses while reloading. 2020-02-13 15:45:39 -08:00
color_data.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
colorspace.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
common.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
components.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
compose_actions.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
compose_fade.js util: Prepare to remove get_message_topic(). 2020-02-15 21:14:00 +00:00
compose_pm_pill.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
compose_ui.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
compose.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
composebox_typeahead.js js: Convert _.pluck(a, "key") to item => item.key. 2020-02-27 17:20:34 -08:00
copy_and_paste.js zjsunit: Make window a Proxy for global. 2019-11-13 14:27:13 -08:00
dispatch.js tests: Restore 100% coverage for server_events_dispatch.js. 2020-02-27 18:29:24 -08:00
drafts.js js: Convert _.clone(a) to { ...a } or a.slice(). 2020-02-25 14:26:06 -08:00
echo.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
emoji_picker.js emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
emoji.js node tests: Remove dead code for emoji. 2020-02-26 07:19:00 -05:00
fenced_code.js compose: Add fences of unused length in quote-and-reply. 2020-02-04 18:17:47 -08:00
fetch_status.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
filter.js node tests: Remove feature_flags refs. 2020-02-26 07:19:00 -05:00
fold_dict.js js: Replace [...x] with Array.from(x). 2020-02-05 11:52:52 -08:00
general.js node tests: Remove feature_flags refs. 2020-02-26 07:19:00 -05:00
hash_util.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
hashchange.js stream_data: Remove stream_name param from add_sub(). 2020-02-09 22:08:50 -08:00
hotkey.js emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
i18n.js node tests: Make i18next more explicit in i18n tests. 2020-02-28 17:11:24 -08:00
input_pill.js js: Use modern spread arguments syntax. 2020-02-11 17:43:35 -08:00
keydown_util.js keydown_util: Ignore alt-arrow and similar things. 2018-12-04 12:24:39 -08:00
lazy_set.js lazy_set: Convert LazySet to a real class. 2020-02-04 12:22:03 -08:00
lightbox.js rows.js: Add error handling to rows.id(). 2020-02-24 12:19:10 -08:00
list_cursor.js node tests: Bring list_cursor to 100% coverage. 2018-08-24 10:00:04 -07:00
list_render.js js: Convert _.contains(a, …) to a.includes(…). 2020-02-10 14:08:12 -08:00
markdown.js node tests: Remove feature_flags refs. 2020-02-26 07:19:00 -05:00
message_edit.js echo: Further reduce local_id string vs. number confusion. 2020-02-12 10:39:01 -08:00
message_events.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
message_fetch.js node tests: Remove dead code for message_fetch. 2020-02-26 07:19:00 -05:00
message_flags.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
message_list_data.js js: Convert _.pluck(a, "key") to item => item.key. 2020-02-27 17:20:34 -08:00
message_list_view.js node tests: Remove feature_flags refs. 2020-02-26 07:19:00 -05:00
message_list.js node tests: Remove feature_flags refs. 2020-02-26 07:19:00 -05:00
message_store.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
muting.js stream_data: Remove stream_name param from add_sub(). 2020-02-09 22:08:50 -08:00
narrow_activate.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
narrow_local.js js: Convert _.pluck(a, "key") to item => item.key. 2020-02-27 17:20:34 -08:00
narrow_state.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
narrow_unread.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
narrow.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
notifications.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
password.js zjsunit: Remove set_global side effect from zrequire. 2019-11-13 14:29:17 -08:00
people_errors.js markdown: Clean up userMentionHandler(). 2020-02-18 16:04:12 -08:00
people.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
pm_conversations.js ui_init: Pass params to pm_conversations.recent. 2020-02-27 11:10:13 -08:00
pm_list.js node tests: Remove dead code for pm_list. 2020-02-26 07:19:00 -05:00
poll_widget.js node tests: Rename voting_widget.js. 2020-02-26 07:19:00 -05:00
popovers.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
presence.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
reactions.js emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
recent_senders.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
rtl.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
schema.js lint: Fix comma spacing in node tests. 2018-12-07 13:14:28 -08:00
scroll_util.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
search_legacy.js search_suggestions: Convert lookup_table from object to Map. 2020-02-12 10:39:01 -08:00
search_pill.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
search_suggestion_legacy.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
search_suggestion.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
search.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
server_events.js refactor: Rename set_realm_filters(). 2020-02-18 15:52:34 -08:00
settings_bots.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
settings_muting.js stream_data: Remove stream_name param from add_sub(). 2020-02-09 22:08:50 -08:00
settings_org.js settings_config: Move *_stream_policy_values. 2020-02-24 11:53:33 -08:00
settings_profile_fields.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
settings_user_groups.js js: Convert _.pluck(a, "key") to item => item.key. 2020-02-27 17:20:34 -08:00
stream_data.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
stream_events.js node tests: Remove dead code for stream_events. 2020-02-26 07:19:00 -05:00
stream_list.js int_dict: Replace with Map. 2020-02-25 15:37:37 -08:00
stream_search.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
stream_sort.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
submessage.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
subs.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
support.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
timerender.js zjsunit: Remove Dict dependency. 2020-01-03 17:19:59 -08:00
top_left_corner.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
topic_data.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
topic_generator.js tests: Convert topics from object to Map. 2020-02-12 10:39:01 -08:00
topic_list_data.js tests: Convert unread_cnt from object to Map. 2020-02-12 10:39:01 -08:00
transmit.js node tests: Remove dead code for transmit. 2020-02-26 07:19:00 -05:00
typeahead_helper.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
typeahead.js js: Convert _.filter(a, …) to a.filter(…). 2020-02-10 14:08:12 -08:00
typing_data.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
typing_status.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
ui_init.js refactor: Clean up alert_words API. 2020-02-27 11:10:13 -08:00
ui.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
unread.js int_dict: Replace with Map. 2020-02-25 15:37:37 -08:00
upgrade.js zjsunit: Use assert in strict mode. 2020-02-12 08:16:26 -05:00
upload.js upload: Replace jQuery filedrop with Uppy. 2020-02-13 16:43:19 -08:00
user_events.js people: Rename method to get_by_user_id(). 2020-02-05 12:04:56 -08:00
user_groups.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
user_pill.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
user_status.js ui_init: Handle page_params more cleanly. 2020-02-26 13:14:09 -08:00
util.js util: Replace util.get_message_topic(). 2020-02-21 09:53:45 -05:00
vdom.js util.js: Remove util from window. 2020-02-15 12:20:20 -08:00
widgetize.js js: Convert _.clone(a) to { ...a } or a.slice(). 2020-02-25 14:26:06 -08:00
zblueslip.js node tests: Always enforce blueslip warn/error/fatal. 2020-02-07 14:15:44 -08:00
zjquery.js zjquery: Remove closest() implementation. 2020-02-11 14:19:03 -05:00