mirror of https://github.com/zulip/zulip.git
7946da4182
In list_render.js, [...list] requires list to be an array, and widget.set_sorting_function(...opts.init_sort) requires init_sort to be an array. This allows the Node tests to pass in Babel strict mode. We currently use loose mode for performance, and so we should test in loose mode as well; but we must never depend on loose mode for correctness, since individual Babel transformations may stop being applied as our browser support baseline improves. Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
puppeteer_lib | ||
puppeteer_tests | ||
zjsunit | ||
run-casper |