sanctuary-js / sanctuary

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

remove test/internal/eq and test/internal/throws modules #739

Closed davidchambers closed 6 months ago

davidchambers commented 6 months ago

This pull request replaces all uses of our internal eq and throws functions with uses of assert.deepStrictEqual and assert.throws respectively.