Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

JS Date equality acting strangely #60

Open ghost opened 11 years ago

ghost commented 11 years ago

new Date(1,2,3).should.eql({}); // true

I'm not sure this is the expected behavior.