mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user