zulip/frontend_tests
Steve Howell 8a210923e1 node tests: Prevent theoretical leak from Intl.
Because `util` is so late in the alphabet, this
leak never surfaced in practice, but I tried running
the node tests in reverse, and this leak came
up if you ran `util` before `stream_list`.  I guess
it's nice that `stream_list` actually exercises
the difference between a dumb sort and an
Intl-aware sort.

It's possible that we should just assume that
Intl.Collator is always available at this point,
which would eliminate the need for this test.
2020-09-02 13:45:03 -04:00
..
node_tests node tests: Prevent theoretical leak from Intl. 2020-09-02 13:45:03 -04:00
puppeteer_lib js: Purge people module from window. 2020-09-01 19:55:58 -07:00
puppeteer_tests js: Elide .js and .ts extensions from imports and requires. 2020-09-01 16:43:02 -07:00
zjsunit node_tests: Don't remove require cache of module in zrequire. 2020-09-01 19:55:58 -07:00