diff --git a/package.json b/package.json index d62098c..b6dfdfb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:prettier": "prettier --check src", "patch:hosts": "fec patch-etc-hosts", "start": "HOT=true fec dev", - "test": "jest", + "test": "TZ=UTC jest --verbose --no-cache", "postinstall": "rimraf .cache", "prettier": "prettier --write src", "verify": "npm-run-all build lint test",