improve config check tests (#3889)

see
https://github.com/MagicMirrorOrg/MagicMirror/pull/3886#issuecomment-3280414877
This commit is contained in:
Karsten Hassel
2025-09-11 21:50:11 +02:00
committed by GitHub
parent d81386f3d9
commit aac85bbb54
2 changed files with 13 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Thanks to: @dathbe.
- [clock] Add CSS to prevent line breaking of sunset/sunrise time display (#3816)
- [core] Enhance system information logging format and include additional env and RAM details (#3839, #3843)
- [refactor] Add new file `js/module_functions.js` to move code used in several modules to one place (#3837)
- [refactor] Use global.root_path where possible and add test for config:check (#3883, #3885, #3886)
- [refactor] Use global.root_path where possible and add tests for config:check (#3883, #3885, #3886, #3889)
- [tests] refactor: simplify jest config file (#3844)
- [tests] refactor: extract constants for weather electron tests (#3845)
- [tests] refactor: add `setupDOMEnvironment` helper function to eliminate repetitive JSDOM setup code (#3860)