mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
We now only expose mock_template as a helper in run_test.
This has the following advantages:
* less boilerplate at the top of the file
* more surgical control with setting exercise_templates
* no more "f" hack (or render_foo consts)
* we force devs to explicitly mock the template
See frontend_tests/zjsunit for the substantive changes.
All the changes to the tests are very mechanical in nature.
|
||
|---|---|---|
| .. | ||
| handlebars.js | ||
| i18n.js | ||
| index.js | ||
| markdown_assert.js | ||
| mdiff.js | ||
| namespace.js | ||
| real_jquery.js | ||
| stub.js | ||
| test.js | ||
| zblueslip.js | ||
| zjquery_element.js | ||
| zjquery_event.js | ||
| zjquery.js | ||
| zpage_params.js | ||