I've got a unit test like this:
(parsed.date).should.equal(new Date(2006,06,18,18,07));
Which fails with this message:
AssertionError: expected 2006-07-19T00:07:00.000Z to be 2006-07-19T00:07:00.000Z
+ expected - actual
What am I doing wrong?