mirror of https://github.com/zulip/zulip.git
node tests: Enforce 100% coverage in markdown.js and presence.js.
This commit is contained in:
parent
ecaf628d76
commit
23dc32a0f3
|
@ -31,9 +31,11 @@ enforce_fully_covered = {
|
|||
'static/js/filter.js',
|
||||
'static/js/fenced_code.js',
|
||||
'static/js/hash_util.js',
|
||||
'static/js/markdown.js',
|
||||
'static/js/muting.js',
|
||||
'static/js/people.js',
|
||||
'static/js/pm_conversations.js',
|
||||
'static/js/presence.js',
|
||||
'static/js/reactions.js',
|
||||
'static/js/recent_senders.js',
|
||||
'static/js/rtl.js',
|
||||
|
|
Loading…
Reference in New Issue