Created
January 30, 2014 16:19
-
-
Save pashields/8712295 to your computer and use it in GitHub Desktop.
hard coding testing dates
This file contains hidden or 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
futureAd = Ad.fromJSON JSON.parse adJson | |
# Haha. Dear future person or alien fixing this test in 2286, | |
# Sorry. I hoped you all would have given up on javascript | |
# by now. In that way, I blame this on you. Enjoy your legal weed. | |
futureAd.flight.startDate = new Date(9999999999999) | |
module.exports.futureAd = futureAd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment