This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
MagicMirror
Watch
1
Star
0
Fork
0
You've already forked MagicMirror
mirror of
https://github.com/MichMich/MagicMirror.git
synced
2025-06-27 11:50:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
MagicMirror
/
tests
/
unit
/
helpers
/
global-setup.js
4 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
set Timezone `Europe/Berlin` in unit tests (#3087) needed for new formatTime unit tests. Avoiding ugly TZ setting in github workflows, see https://github.com/MichMich/MagicMirror/pull/3073
2023-04-08 08:55:43 +02:00
module
.
exports
=
async
(
)
=>
{
fix for failing unit test, use UTC as timezone (#3254) (#3259) fixes #3254
2023-11-01 00:02:53 +01:00
process
.
env
.
TZ
=
"UTC"
;
set Timezone `Europe/Berlin` in unit tests (#3087) needed for new formatTime unit tests. Avoiding ugly TZ setting in github workflows, see https://github.com/MichMich/MagicMirror/pull/3073
2023-04-08 08:55:43 +02:00
}
;
Reference in New Issue
Copy Permalink