zulip/frontend_tests/zjsunit
Steve Howell ef3033c79e node tests: Make with_overrides() more granular.
The with_overrides() function no longer works at the module
level, so you can temporarily override one function in a module
without breaking more permanent monkey patches.

This makes us slightly more vulnerable to unintentional test
leakages, but it solves the problem where you often need lots
of temporary overrides for writer functions but you want to
keep a more permanent override for some sort of reader function.
2017-03-13 15:09:53 -07:00
..
finder.js zjsunit: Don't run tests on editor backup files. 2017-03-01 22:43:19 -08:00
index.js node tests: Extract with_overrides() helper. 2017-03-13 15:09:53 -07:00
namespace.js node tests: Make with_overrides() more granular. 2017-03-13 15:09:53 -07:00
output.js eslint: change keyword-spacing from warning to error and fix violations. 2016-12-01 14:22:15 -08: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