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
Aka read a few more articles on best practices to test React applications. Honestly it's probably going to be something like 'given X input, does component Y render at all?'. And maybe stuff like fake input events but that would imply mocking some of the flux architecture (probably just the action creator?)
The text was updated successfully, but these errors were encountered:
Aka read a few more articles on best practices to test React applications. Honestly it's probably going to be something like 'given X input, does component Y render at all?'. And maybe stuff like fake input events but that would imply mocking some of the flux architecture (probably just the action creator?)
The text was updated successfully, but these errors were encountered: