sanctuary-js / sanctuary-def

Run-time type system for JavaScript
MIT License
294 stars 23 forks source link

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

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.