You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #118 I've implemented a test that is meant to fail if rendering fails (a basic smoke test that the Component is working at runtime).
However, it's entirely possible that with #118 I am merely outputting data without actually having React render the component (without crashing).
Look further into https://youtu.be/9WXxda3MNuk?t=10m25s as the inspiration for these added tests - verify whether this is performing an actual render() and if not, add the additional logic that the subsequent slide indicates.
The text was updated successfully, but these errors were encountered:
MikeTheCanuck
changed the title
Validate actual rendering is successful
Validate actual rendering is successful in ReactTestRenderer usage
Dec 11, 2017
In #118 I've implemented a test that is meant to fail if rendering fails (a basic smoke test that the Component is working at runtime).
However, it's entirely possible that with #118 I am merely outputting data without actually having React render the component (without crashing).
Look further into https://youtu.be/9WXxda3MNuk?t=10m25s as the inspiration for these added tests - verify whether this is performing an actual
render()
and if not, add the additional logic that the subsequent slide indicates.The text was updated successfully, but these errors were encountered: