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

Add support for testing component #5

Open
arunoda opened this issue Feb 6, 2015 · 0 comments
Open

Add support for testing component #5

arunoda opened this issue Feb 6, 2015 · 0 comments

Comments

@arunoda
Copy link
Member

arunoda commented Feb 6, 2015

With our states, prototypes and actions it's very easy to do both unit tests and integration tests.

Unit testing will be simple. All we need to do it a expose these via some API. May be we can use FlowComponents.find() for this.

For integration testing, we need to find a way to render the component to the dom and do call actions and check states. For that, we need some kind of testing tools.

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

No branches or pull requests

1 participant