Set jest time zone, otherwise the test will fail in other time zones
This commit is contained in:
parent
0650f132e9
commit
6968c7dd7c
|
@ -2,7 +2,7 @@
|
|||
"name": "mitmproxy",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "jest --coverage",
|
||||
"test": "TZ=UTC jest --coverage",
|
||||
"build": "gulp prod",
|
||||
"start": "gulp"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue