Skip to content

Instantly share code, notes, and snippets.

@pashields
Created January 30, 2014 16:19
Show Gist options
  • Save pashields/8712295 to your computer and use it in GitHub Desktop.
Save pashields/8712295 to your computer and use it in GitHub Desktop.
hard coding testing dates
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