mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
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",
|
"name": "mitmproxy",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --coverage",
|
"test": "TZ=UTC jest --coverage",
|
||||||
"build": "gulp prod",
|
"build": "gulp prod",
|
||||||
"start": "gulp"
|
"start": "gulp"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user