Skip to content

Commit

Permalink
Revert "Set consistent timezone for tests (#209)" (#210)
Browse files Browse the repository at this point in the history
This reverts commit 5db0cea.

## Context for reviewers

Projects can mock timezone within the relevant tests. Mocking globally
could hide bugs. See convo on #209.
  • Loading branch information
sawyerh authored Sep 18, 2023
1 parent 5db0cea commit d64c608
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 d64c608

Please sign in to comment.