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
Testing frameworks often require you to put data-testid="something" in the markup. Let's add support for that to all top-level components that render markup.
This won't make sense for components like List because it already has a renderItem() callback that one could use for adding a data attribute.
The text was updated successfully, but these errors were encountered:
Testing frameworks often require you to put
data-testid="something"
in the markup. Let's add support for that to all top-level components that render markup.This won't make sense for components like
List
because it already has arenderItem()
callback that one could use for adding a data attribute.The text was updated successfully, but these errors were encountered: