tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 194 forks source link

fix tests, add .header tests #183

Closed alsotang closed 10 years ago

alsotang commented 10 years ago
  1. fix tests
  2. about assert.equal(err.message, msg); According to Node.js docs: assert.equal(actual, expected, [message])
alsotang commented 10 years ago

fix #182

btd commented 10 years ago

Thanks.