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

[Fiber] Add tests for scheduling inside callbacks #8186

Merged
merged 2 commits into from Nov 2, 2016

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Nov 2, 2016

Like #8183, this adds more tests for scheduling.

In this particular case I'm testing that updates scheduled inside callbacks either get handled right away (when possible) or schedule more callbacks.

@gaearon gaearon force-pushed the fiber-scheduling-edge-cases-tests branch from c90633f to 98733da Compare November 2, 2016 20:02
@gaearon gaearon merged commit eb674e4 into facebook:master Nov 2, 2016
acusti pushed a commit to brandcast/react that referenced this pull request Mar 15, 2017
* Add tests for scheduling inside callbacks

* Don't test implementation details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants