mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-07 09:40:26 +00:00
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
// allows us to inject a mock date in tests
|
|
module.exports = () => new Date();
|