Files
zulip/frontend_tests/zjsunit
Steve Howell 0d68a23066 zjsunit: Handle duplicate overrides.
We want to undo overrides in reverse order,
which is important if you override the
same name more than once in the same
function.

Until today the code basically prevented
us from ever using the original implementation
of a name we stubbed, and most of them start
as undefined due to their parent modules
starting with `set_global`.

But I do want this proper, and I introduced
a tiny pitfall today.
2020-07-26 12:50:07 -04:00
..
2020-07-17 14:31:25 -07:00
2020-07-17 14:31:25 -07:00
2020-07-17 14:31:25 -07:00
2020-07-17 14:31:25 -07:00