node: Remove stream_ui_updates.js from modules expecting coverage.

This module is a UI module, which are harder to test, and in any case,
doesn't actually have any tests.
This commit is contained in:
Tim Abbott 2019-06-04 16:45:54 -07:00
parent 01f8c89294
commit 57a748ad63
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ enforce_fully_covered = {
# 'static/js/stream_data.js',
'static/js/stream_events.js',
'static/js/stream_sort.js',
'static/js/stream_ui_updates.js',
'static/js/top_left_corner.js',
'static/js/topic_data.js',
'static/js/topic_generator.js',