zulip/frontend_tests
Steve Howell b8b2e31463 zjsunit: Require explicit set_global for overrides.
This forces us to more explicitly document at the
top of the file what dependencies we are stubbing,
plus it's less magical.

Also, we may want to do occasional audits of
set_global to clean up places where we mock
things like stream_data, which are probably just
easier to use the real version of now that we
have cleaner APIs to set up stream data.

The modules most affected by this change are our
dispatch-oriented tests--basically, all the
modules that test handling of Zulip events
plus hotkey.js.
2020-07-26 09:25:40 -04:00
..
casper_lib js: Replace deprecated jQuery event trigger shorthand. 2020-07-21 12:01:26 -07:00
casper_tests eslint: Replace sort-imports with import/order. 2020-07-24 09:42:56 -07:00
node_tests zjsunit: Require explicit set_global for overrides. 2020-07-26 09:25:40 -04:00
puppeteer_lib eslint: Replace sort-imports with import/order. 2020-07-24 09:42:56 -07:00
puppeteer_tests eslint: Replace sort-imports with import/order. 2020-07-24 09:42:56 -07:00
zjsunit zjsunit: Require explicit set_global for overrides. 2020-07-26 09:25:40 -04:00
run-casper python: Sort imports with isort. 2020-06-11 16:45:32 -07:00