zulip/frontend_tests/zjsunit
Steve Howell 2f775c3e0b node tests: Extract zrequire helper.
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.
2017-08-09 12:32:09 -07:00
..
finder.js zjsunit: Don't run tests on editor backup files. 2017-03-01 22:43:19 -08:00
i18n.js i18n.js: Fix issue of i18n stub not returning 'translated: ' prefix. 2017-06-29 15:18:08 -04:00
index.js node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
namespace.js node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
output.js Move thirdparty-fonts.css from static/styles to static/third. 2017-03-21 13:40:05 -07:00
render.js deps: Upgrade and move `underscore.js` from `static/third` to `npm` 2017-01-19 17:07:45 -08:00
stub.js node tests: Add with_stub() helper. 2017-03-13 15:09:53 -07:00
zjquery.js zjquery: Remove jquery_array(). 2017-07-09 08:31:22 -04:00