mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
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.
9.6 KiB
9.6 KiB