1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00
Files
matrix-react-sdk/test/globalSetup.js
2021-11-04 10:39:49 +00:00

4 lines
62 B
JavaScript

module.exports = async () => {
process.env.TZ = 'UTC';
};