now.js 79 B

12
  1. // allows us to inject a mock date in tests
  2. module.exports = () => new Date();