I\'m confused about how to access value when using mount. Here\'s what I\'ve got as my test:
mount
it(\'cancels changes w
This worked for me:
let wrapped = mount(); expect(wrapped.find("input").get(0).props.value).toEqual("something");