mirror of https://github.com/zulip/zulip.git
b8b2e31463
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. |
||
---|---|---|
.. | ||
finder.js | ||
handlebars.js | ||
i18n.js | ||
index.js | ||
markdown_assert.js | ||
mdiff.js | ||
namespace.js | ||
stub.js | ||
zblueslip.js | ||
zjquery.js |