Skip to content

Commit

Permalink
Revert "Set consistent timezone for tests (#209)"
Browse files Browse the repository at this point in the history
This reverts commit 5db0cea.
  • Loading branch information
sawyerh authored Sep 18, 2023
1 parent 5db0cea commit 26b4296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"start": "next start -p ${PORT:-3000}",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build",
"test": "TZ=America/New_York jest --ci --coverage",
"test-update": "TZ=America/New_York jest --update-snapshot",
"test-watch": "TZ=America/New_York jest --watch",
"test": "jest --ci --coverage",
"test-update": "jest --update-snapshot",
"test-watch": "jest --watch",
"ts:check": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 26b4296

Please sign in to comment.