Fix TimeZone to be UTC in Jest tests (#7082)

This commit is contained in:
Germain
2021-11-04 10:39:49 +00:00
committed by GitHub
parent 558a6204f1
commit 7a203461f7
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = async () => {
process.env.TZ = 'UTC';
};