Oded Welgreen
Results
3
issues of
Oded Welgreen
I created a simple app here: https://github.com/odedw/react-input-mask-enzyme What I'm seeing is that in my test I call: ```ts component .find('input') .simulate('change', {target: {value: '1234567890'}}) ``` And afterwards I assert on...
Two suggestions on how to do it: - RootDispatcher will receive an array of writers - Add a writer that writes to multiple writers
enhancement
suggestion