Fixtestcase calendar testcase failure (#3596)

fix calendar testcase failing after date change (exposes helper failure)
This commit is contained in:
sam detweiler
2024-10-23 16:46:32 -05:00
committed by GitHub
parent aa7e856170
commit 6946b49977
2 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ let config = {
]
};
Date.now = () => {
return new Date("15 Sep 2024 12:30:00 GMT").valueOf();
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;