Skip to content

Commit

Permalink
specify est timezone for jest to run with (#8151)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdallas authored Oct 12, 2022
1 parent a20ea26 commit 5c6a6de
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 @@ -88,7 +88,7 @@
"start": "yarn build && concurrently --kill-others \"yarn watch\" \"yarn workspace @patternfly/react-docs develop\"",
"start:cypress": "lerna run cypress:open",
"start:demo-app": "lerna run start:demo-app --stream",
"test": "jest packages",
"test": "TZ=EST jest packages",
"test:a11y": "lerna run test:a11y --stream",
"test:integration": "yarn workspace @patternfly/react-integration test:integration",
"uninstall": "find . -name node_modules -type d | xargs rm -rf",
Expand Down

0 comments on commit 5c6a6de

Please sign in to comment.