-
Notifications
You must be signed in to change notification settings - Fork 76
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
Testing #19
Comments
Try to build discussion board/forum, I think you can test all the possible cases, that includes:
And many more stories can be tested. |
👍 |
One thing I feel is worth mentioning since it's caused me all kinds of problems recently (and this is a React TestUtils problem, not a Marty problem): When using React's I've found you basically have a couple of choices:
I'm not quite sure where this fits into whatever anyone is working on, but there you go. Edit: I guess I should say there is a third option: Just render |
https://github.com/QubitProducts/react-test-tree This might help you with testing. It's a library we wrote at Qubit that
|
@chrisbarmonde I actually just blogged about another library called react-test-tree which makes this process a bit easier:
|
Oh, @oliverwoodings beat me to the punch! |
WAHAHA |
Hahaha, awesome. I'll check it out. Thanks guys! |
Just created a repo with examples for v0.10 https://github.com/martyjs/marty-test-examples |
The text was updated successfully, but these errors were encountered: