mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
templates.js: Remove unused "plural" helper.
This helper was added in eac6463031 and
used by the "message.handlebars" file. This is no current call for
this helper in the codebase, hence it is removed to improve coverage.
This commit also marks template.js to have 100% test coverage.
This commit is contained in:
@@ -144,7 +144,6 @@ EXEMPT_FILES = {
|
||||
"static/js/submessage.js",
|
||||
"static/js/subs.js",
|
||||
"static/js/message_view_header.js",
|
||||
"static/js/templates.js",
|
||||
"static/js/timerender.js",
|
||||
"static/js/todo_widget.js",
|
||||
"static/js/topic_list.js",
|
||||
|
||||
Reference in New Issue
Block a user