I am trying to test a react page. Using .trigger("input", {which: 65})
doesn't seem to invoke the SyntheticEvent. So I was wondering if was possible to combine jQuery and .simulate
of the testUtils somehow?
Basically, i am trying to do something like
$('selector').simulate('input', ...)