Created
April 21, 2015 22:40
-
-
Save nolanamy/1809537932dae75dc0d4 to your computer and use it in GitHub Desktop.
Should test for date being around now
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var timestampMoment = moment.unix(res.body.timestamp); | |
(timestampMoment.isBetween(before.subtract(1, 'second'), moment().add(1, 'second'))).should.be.true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment