mirror of https://github.com/zulip/zulip.git
ac69450681
We now call $.clear_all_elements at the top of run_test. We have to exempt two modules from the new regime: compose settings_user_groups Also, if modules do set_global("$", ...) we don't try to call the non-existent function. It's possible we'll want to move to something like this, but we might want to clean up the two sloppy_$ modules first: // AVOID THIS: // const $ = require("zjquery") run_test("test widget", ({override, $}) => { override(foo, "bar", ...); $.create(...); // do stuff }); |
||
---|---|---|
.. | ||
handlebars.js | ||
i18n.js | ||
index.js | ||
markdown_assert.js | ||
mdiff.js | ||
namespace.js | ||
stub.js | ||
test.js | ||
zblueslip.js | ||
zjquery.js |