SyntaxFix
Write A Post
Hire A Developer
Questions
This works for me using enzyme 2.4.1:
const wrapper = mount(<EditableText defaultValue="Hello" />); const input = wrapper.find('input'); console.log(input.node.value);