react-shallow-testutils
react-shallow-testutils copied to clipboard
Option to have multiple find elements in ref
Having something like this would be perfect
const { header, body, inner } = findWithRef(component, 'header', 'body', 'inner')