MagicMirror/tests/unit/helpers/global-setup.js

4 lines
69 B
JavaScript

module.exports = async () => {
process.env.TZ = "Europe/Berlin";
};