tj / should.js

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

eql.js should use === instead of == for non objects #23

Closed thadclay closed 13 years ago

thadclay commented 13 years ago

This makes it so comparing 3 and '3' fails your test.