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] Simple test assertions #6931

Merged
merged 1 commit into from
May 31, 2016

Conversation

sebmarkbage
Copy link
Collaborator

I'll split the coroutine and incremental testing into their own
tests so that I can expand them with more edge cases.

I'll split the coroutine and incremental testing into their own
tests so that I can expand them with more edge cases.
beforeEach(function() {
React = require('React');
ReactNoop = require('ReactNoop');
ReactCoroutine = require('ReactCoroutine');
spyOn(console, 'log');
});

it('should render a simple component', function() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought these were commented out. :)

@sophiebits
Copy link
Collaborator

👍

@sebmarkbage sebmarkbage merged commit dc5686a into facebook:master May 31, 2016
@zpao zpao added this to the 16.0 milestone Jun 1, 2016
@zpao zpao modified the milestones: 15-next, 16.0 Jun 6, 2016
zpao pushed a commit to zpao/react that referenced this pull request Jun 8, 2016
[Fiber] Simple test assertions
(cherry picked from commit dc5686a)
zpao pushed a commit that referenced this pull request Jun 14, 2016
[Fiber] Simple test assertions
(cherry picked from commit dc5686a)
@zpao zpao modified the milestones: 15-next, 15.2.0 Jun 14, 2016
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.

3 participants