Jest + Enzyme simulate form events
Since I've started doing Jest+Enzyme testing I've run into a few issues. One of those was dealing with state change related tests when you don't have access to the actual React component state. Mainly because of the need to wrap the tested component