blob: 4dc39efa8c146472d1c169d70f80fbf3ad7ba893 [file] [log] [blame]
// allows us to inject a mock date in tests
module.exports = () => new Date();