Fix TimeZone to be UTC in Jest tests (#7082)
This commit is contained in:
parent
558a6204f1
commit
7a203461f7
2 changed files with 4 additions and 0 deletions
3
test/globalSetup.js
Normal file
3
test/globalSetup.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = async () => {
|
||||
process.env.TZ = 'UTC';
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue