static/js/stream_data: Deduplicate notification setting updates.

Commit also add `stream_data.js` to full test covered
enforced files for `test-js-with-node` tests.
This commit is contained in:
Yashashvi Dave
2019-06-14 22:38:36 +05:30
committed by Tim Abbott
parent e0a78af494
commit 5c88475378
2 changed files with 11 additions and 23 deletions

View File

@@ -70,9 +70,7 @@ enforce_fully_covered = {
# 'static/js/settings_ui.js',
'static/js/settings_muting.js',
'static/js/settings_user_groups.js',
# Removed because of an intermediate state of the subscription
# notifications migration.
# 'static/js/stream_data.js',
'static/js/stream_data.js',
'static/js/stream_events.js',
'static/js/stream_sort.js',
'static/js/top_left_corner.js',