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:
Maximilian Hils 2021-03-22 11:34:05 +01:00 committed by GitHub
commit 9eaa0a4ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"name": "mitmproxy",
"private": true,
"scripts": {
"test": "jest --coverage",
"test": "TZ=UTC jest --coverage",
"build": "gulp prod",
"start": "gulp"
},