1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/scripts/jest-setup.js

4 lines
62 B
JavaScript
Raw Normal View History

2022-09-01 21:22:15 +02:00
module.exports = async () => {
process.env.TZ = 'UTC';
};