Cleanup testcases that had hard coded Date() values which override the testcase runner (#3601)

cleanup testcases with hard coded Date settings after #3597
This commit is contained in:
sam detweiler
2024-10-25 13:52:00 -05:00
committed by GitHub
parent cfa5c0d127
commit c96326b760
9 changed files with 1 additions and 32 deletions

View File

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