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

Build/testing #51

Closed
wants to merge 1 commit into from
Closed

Conversation

azangru
Copy link
Contributor

@azangru azangru commented Sep 5, 2015

UPDATED the PR to include an example of testing of a React component without proper DOM

@azangru azangru force-pushed the build/testing branch 3 times, most recently from 99c0c84 to ee72762 Compare September 6, 2015 07:35
}
};

let home = createComponent(Home, {lock: lock});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Lines 7–18 were not even used in this test; they are for rendering of an instance of a component, while I was more interested in testing the component's methods.

@azangru azangru force-pushed the build/testing branch 2 times, most recently from a8afcfc to 671130d Compare September 7, 2015 17:35
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