Skip to content

Commit

Permalink
HMS-2678 feat: align jest with platform docs
Browse files Browse the repository at this point in the history
Update the alias command to run as it is specified into the platform
documentation.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Nov 14, 2023
1 parent e308ac7 commit 209290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 209290d

Please sign in to comment.