mirror of https://github.com/zulip/zulip.git
2f775c3e0b
We are phasing out the following in tests: add_dependencies - this is just kind of a clunky UI require - normal JS requires cause test leaks In order to plug require leaks, we are effectively doing what we always have done inside of add_dependencies, which is to keep track of which modules we have done `require` on, and these get cleared between tests. Now we just use `zrequire` every time we want to pull in real code to our global namespace. |
||
---|---|---|
.. | ||
finder.js | ||
i18n.js | ||
index.js | ||
namespace.js | ||
output.js | ||
render.js | ||
stub.js | ||
zjquery.js |