zulip/frontend_tests
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
..
casper_lib Add explicit message field for locally_echoed. 2017-07-21 11:38:25 -07:00
casper_tests settings: Migrate main settings-change code to API. 2017-07-31 13:08:06 -07:00
node_tests Add topic_data.get_server_history(). 2017-08-08 17:07:09 -04:00
zjsunit node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
.eslintrc.json node tests: Extract zrequire helper. 2017-08-09 12:32:09 -07:00
run-casper Disable proxy setting for test-backend and test-js-with-casper. 2017-04-18 12:35:44 -07:00