mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This makes assert.equal and assert.deepEqual compare using === rather than ==, to catch more bugs. https://nodejs.org/api/assert.html#assert_strict_mode Signed-off-by: Anders Kaseorg <anders@zulipchat.com>