tj / should.js

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

eql should compare with == #115

Closed tvjg closed 11 years ago

tvjg commented 11 years ago

Discussed in #107. eql implies it provides non-strict equality checking, but in some cases falls back to using === even though the accompanying comment indicates it should do otherwise. Restore == comparison and fix affected test.

btd commented 11 years ago

Thanks