denys-kohut / jest-react-component-mock

Mock your React Components for the amazing snapshot testing. This package allows you to avoid lots of braking tests of parent components if one child was changed internally.
4 stars 0 forks source link

Can't mock BrowserRouter component #2

Open michey85 opened 2 years ago

michey85 commented 2 years ago

I have tried to mock up BrowserRouter component from react-router-dom library, but got the next error message: image

denys-kohut commented 2 years ago

This solution is couldn't container yet, but it should appear in future.