Having difficulty selecting my selectable elements for testing using enzyme. If I use .find(createComponent(componentToTest)), I am told this element doesn't exist. I can only manually find selectable components using props().children on the SelectableGroup component
Having difficulty selecting my selectable elements for testing using enzyme. If I use
.find(createComponent(componentToTest))
, I am told this element doesn't exist. I can only manually find selectable components usingprops().children
on the SelectableGroup component