Kamil Woźny

Results 3 comments of Kamil Woźny

Simplest solution is to mock whole library with simple input ``` jest.mock('react-input-mask', () => ({ value, onChange, id, autoFocus = false }) => ( onChange(event)} /> )); ```