-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Prevent false test failures caused by promise rejections handled asynchronously #14110
Merged
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91cb749 - Browse repository at this point
Copy the full SHA 91cb749View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc66d54 - Browse repository at this point
Copy the full SHA bc66d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67966d7 - Browse repository at this point
Copy the full SHA 67966d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302e12d - Browse repository at this point
Copy the full SHA 302e12dView commit details -
Wait until next event loop turn when there is a reason to wait for re…
…jectionHandled event only Awaiting for the next turn is potentially conflicting with fake timers usage.
Configuration menu - View commit details
-
Copy full SHA for 9efe383 - Browse repository at this point
Copy the full SHA 9efe383View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 644b766 - Browse repository at this point
Copy the full SHA 644b766View commit details -
Update fake timers legacy test
Legacy fake timers execute original setImmediate in its fake implementation. I believe removing that behaviour would cause more harm than failing the test here that seems to be synthetic anyway.
Configuration menu - View commit details
-
Copy full SHA for e564012 - Browse repository at this point
Copy the full SHA e564012View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc973e2 - Browse repository at this point
Copy the full SHA fc973e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2592e5 - Browse repository at this point
Copy the full SHA f2592e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7be001 - Browse repository at this point
Copy the full SHA d7be001View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c639e85 - Browse repository at this point
Copy the full SHA c639e85View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64ef973 - Browse repository at this point
Copy the full SHA 64ef973View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b963c - Browse repository at this point
Copy the full SHA d7b963cView commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00ecc46 - Browse repository at this point
Copy the full SHA 00ecc46View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d9c41 - Browse repository at this point
Copy the full SHA b8d9c41View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fd3805 - Browse repository at this point
Copy the full SHA 5fd3805View commit details -
Configuration menu - View commit details
-
Copy full SHA for b412305 - Browse repository at this point
Copy the full SHA b412305View commit details -
Configuration menu - View commit details
-
Copy full SHA for b775b19 - Browse repository at this point
Copy the full SHA b775b19View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.