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

@@ -32,6 +32,7 @@ _This release is scheduled to be released on 2025-01-01._
- [core] Fix loading node_helper of modules: avoid black screen, display errors and continue loading with next module (#3578)
- [weather] changed default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574)
- [tests] fix electron tests with mock dates, the mock on server side was missing (#3597)
- [tests] fix testcases with hard coded Date.now (#3597)
## [2.29.0] - 2024-10-01