From b51d3fca170cf25546417edd85edff1de90d159d Mon Sep 17 00:00:00 2001 From: Alejandro Visiedo Date: Fri, 28 Jul 2023 18:24:35 +0200 Subject: [PATCH] HMS-2678 feat: align jest with platform docs Update the alias command to run as it is specified into the platform documentation. Signed-off-by: Alejandro Visiedo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",