Skip to content

Commit

Permalink
why not more assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin authored and joshperry committed Nov 4, 2014
1 parent bd5d1d0 commit a04ed74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ describe('utilities', function () {
it('inspect negative zero', function () {
chai.use(function (_chai, _) {
expect(_.inspect(-0)).to.equal('-0');
expect(_.inspect([-0])).to.equal('[ -0 ]');
expect(_.inspect({ hp: -0 })).to.equal('{ hp: -0 }');
});
});

Expand Down

0 comments on commit a04ed74

Please sign in to comment.