zulip/frontend_tests/zjsunit
Steve Howell e9c6653852 node tests: Always enforce blueslip warn/error/fatal.
We now require all of our unit tests to handle
blueslip errors for warn/error/fatal.  This
simplifies the zblueslip code to not have any
options passed in.

Most of the places changed here fell into two
categories:

    - We were just missing a random piece of
      setup data in a happy path test.

    - We were testing error handling in just
      a lazy way to ensure 100% coverage.  Often
      these error codepaths were fairly
      contrived.

The one place where we especially lazy was
the stream_data tests, and those are now
more thorough.
2020-02-07 14:15:44 -08:00
..
bugdown_assert.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
finder.js js: Automatically convert var to let and const in most files. 2019-11-03 12:42:39 -08:00
handlebars.js js: Purge useless IIFEs. 2019-10-25 13:51:21 -07:00
i18n.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
index.js zjsunit: Remove Dict dependency. 2020-01-03 17:19:59 -08:00
mdiff.js eslint: Add key-spacing linter rule. 2018-12-18 10:41:06 -08:00
namespace.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
stub.js js: Automatically convert _.each to for…of. 2020-02-07 14:09:47 -08:00
zblueslip.js node tests: Always enforce blueslip warn/error/fatal. 2020-02-07 14:15:44 -08:00
zjquery.js zjsunit: Replace add_extensions with Object.assign. 2020-02-07 14:09:47 -08:00