Skip to content
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

fix: the CI fails because of a specific js Date behavior #589

Conversation

mbaechler
Copy link
Collaborator

Js date implementation has a very specific behavior when setting month : if the day doesn't exist in the target month (say the 31) then setting the month to n is actually setting it to n+1 and it makes property tests to fail

@mbaechler mbaechler force-pushed the fix-flaky-js-tests-on-datetime-immutability branch from 05a28d2 to 776ddb8 Compare October 17, 2024 10:19
@alonsodomin alonsodomin merged commit c53a0ed into alonsodomin:master Nov 14, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants