mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Update weather tests (#3008)
Added a few tests for sunset/sunrise and feelsLike Lets see if they run through first... Co-authored-by: veeck <michael@veeck.de>
This commit is contained in:
@@ -8,7 +8,6 @@ exports.startApplication = async (configFilename, systemDate = null, electronPar
|
||||
global.page = null;
|
||||
process.env.MM_CONFIG_FILE = configFilename;
|
||||
process.env.TZ = "GMT";
|
||||
jest.retryTimes(3);
|
||||
global.electronApp = await electron.launch({ args: electronParams });
|
||||
|
||||
await global.electronApp.firstWindow();
|
||||
|
Reference in New Issue
Block a user