-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: use runner on different timezone #1537
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1537 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 2214 2214
Lines 238815 238815
Branches 1029 1029
=======================================
Hits 237953 237953
Misses 841 841
Partials 21 21 |
IMO there is something else going on here. Is there anyone else that has trouble generating/updating the test snapshots files? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not work for me:
- Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
+ Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Koordinierte Weltzeit)
FFR: This PR broke the tests: #1512, but the bug existed even before that, we just don't had a test that touched it. |
Oh yeah you are right, previously we didn't had snapshot tests for that |
Team decision We will add a runner instead, that runs in non-UTC and non-EN to highlight these issues in the future. |
vitest-dev/vitest#1575