Chatwoot/jest.setup.js

4 lines
60 B
JavaScript
Raw Permalink Normal View History

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