react-selectable
react-selectable copied to clipboard
A way to select selectable Items with enzyme
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