add some/most/all of node's assert methods
Closed this issue · 1 comments
jonathanong commented
like assert.equal()
. and make this module less useless haha
eivindfjeldstad commented
personally I never really use those. most are not very relevant either, like assert.throws()
etc. .deepEqual()
would be useful though.