Skip to content

Commit

Permalink
fix(react-components): set timezone for jest to UTC to prevent local …
Browse files Browse the repository at this point in the history
…test failures
  • Loading branch information
diehbria committed Mar 6, 2023
1 parent e8c8fea commit 44c3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"copy:notice": "cp ../../NOTICE NOTICE",
"prepack": "npm run copy:license && npm run copy:notice",
"pack": "npm pack",
"test": "jest --config jest.config.ts --coverage",
"test": "TZ=utc jest --config jest.config.ts --coverage",
"posttest": "jest-coverage-ratchet",
"test:update": "jest --config jest.config.ts --updateSnapshot",
"test:unit": "jest --config jest.config.ts",
Expand Down

0 comments on commit 44c3793

Please sign in to comment.