-
-
Notifications
You must be signed in to change notification settings - Fork 4
ci: add flaky tests bot workflow #114
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
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| day: 'numeric', | ||
| hour: 'numeric', | ||
| minute: '2-digit' | ||
| }); |
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.
Bug: Date Range Formatting Ignores Time Options
The getDateRange function uses toLocaleDateString() with hour and minute options. Since toLocaleDateString() only formats date components, these time options are ignored, resulting in the time not being included in the displayed date range. toLocaleString() would correctly format both date and time.
Add a new flaky tests bot workflow for both mobile and extension repos.