node tests: Bring list_cursor to 100% coverage.

We had some indirect coverage of this already, so
this mostly focuses on error cases and corner
cases.
This commit is contained in:
Steve Howell
2018-08-24 12:39:22 +00:00
committed by Tim Abbott
parent eb7f7fae55
commit bee592b44e
2 changed files with 81 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ enforce_fully_covered = {
'static/js/filter.js',
'static/js/hash_util.js',
'static/js/keydown_util.js',
'static/js/list_cursor.js',
'static/js/markdown.js',
'static/js/message_store.js',
'static/js/muting.js',