fixes for running tests for MM_MODULES_DIR (#3550)

and ignore `js/positions.js` when linting (because this file is
generated at runtime).
This commit is contained in:
Karsten Hassel
2024-09-24 22:38:00 +02:00
committed by GitHub
parent fa6a7521b4
commit 08116b8e64
5 changed files with 23 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ _This release is scheduled to be released on 2024-10-01._
- [weather] Fixed issue for respecting unit config on broadcasted notifications
- [tests] Fixes calendar test by moving it from e2e to electron with fixed date (#3532)
- [calendar] fixed sliceMultiDayEvents getting wrong count and displaying incorrect entries, Europe/Berlin (#3542)
- [tests] ignore `js/positions.js` when linting (this file is created at runtime)
## [2.28.0] - 2024-07-01