sanctuary-js / sanctuary

:see_no_evil: Refuge from unsafe JavaScript
https://sanctuary.js.org
MIT License
3.04k stars 94 forks source link

test: use equals(lhs)(rhs) form in jsc.assert blocks #497

Closed davidchambers closed 6 years ago

davidchambers commented 6 years ago

Currently we use a mixture of equals(lhs)(rhs), S.equals(lhs, rhs), and lhs === rhs. There's no reason for this inconsistency.