We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import Component from 'some_component' const wrapper = mount( <Component prop1={value1} /> ); const valOfProp1 = wrapper.find(Component).at(0).prop(['prop1'])
There was an error while loading. Please reload this page.