How can i test react components based on jQuery-UI?

439 views Asked by At

I need to test functionality of slider component in react based on jQuery-UI slider.

i tried using Jest and unMock jQuery but i'm getting an outerWidth undefined error from jQuery.

no luck so far googling this :)

1

There are 1 answers

0
Moran Helman On BEST ANSWER