mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
Merge pull request #4520 from sanlengjingvv/jest-timezone
Set jest time zone, otherwise the test will fail in other time zones
This commit is contained in:
commit
9eaa0a4ced
@ -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