mirror of https://github.com/zulip/zulip.git
node tests: Enforce 100% test coverage for util.js.
This commit is contained in:
parent
7124098a8e
commit
a72b1bd98e
|
@ -42,6 +42,7 @@ enforce_fully_covered = {
|
|||
'static/js/typing_data.js',
|
||||
'static/js/typing_status.js',
|
||||
'static/js/unread.js',
|
||||
'static/js/util.js',
|
||||
}
|
||||
|
||||
parser = optparse.OptionParser(USAGE)
|
||||
|
|
Loading…
Reference in New Issue