node tests: Create file for stream_edit.js.

This fixes the regression introduced in the pervious
commit to regain the 100% line coverage in `user_pill.js`
as well as `stream_pill.js`.

The new `stream_edit.js` mainly tests for:

* The stream related queries of the typeahead in `user_pill.js`
* The "Add subscribers" event handlers.
* The event handler which displays the settings for a stream.
This commit is contained in:
Ryan Rehman
2020-07-21 03:23:59 +05:30
committed by Tim Abbott
parent c6d9a87d6f
commit b4f315698f
2 changed files with 262 additions and 2 deletions

View File

@@ -136,7 +136,6 @@ EXEMPT_FILES = {
'static/js/stream_edit.js',
'static/js/stream_list.js',
'static/js/stream_muting.js',
'static/js/stream_pill.js',
'static/js/stream_popover.js',
'static/js/stream_ui_updates.js',
'static/js/submessage.js',
@@ -158,7 +157,6 @@ EXEMPT_FILES = {
'static/js/unread_ops.js',
'static/js/unread_ui.js',
'static/js/upload_widget.js',
'static/js/user_pill.js',
'static/js/user_status_ui.js',
'static/js/zcommand.js',
'static/js/zform.js',