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