We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e2d3 commit 7ced03dCopy full SHA for 7ced03d
globalSetup.js
@@ -0,0 +1,3 @@
1
+export default () => {
2
+ process.env.TZ = 'UTC';
3
+};
package.json
@@ -40,7 +40,8 @@
40
},
41
"modulePathIgnorePatterns": [
42
"<rootDir>/templates/"
43
- ]
+ ],
44
+ "globalSetup": "<rootDir>/globalSetup.js"
45
46
"devDependencies": {
47
"@babel/plugin-transform-runtime": "^7.9.0",
0 commit comments