Sep 6, 2018 · 1 min read
How to mock some component from the library? For example something like mocking FacebookLoginMock in ‘import FacebookLogin from ‘react-facebook-login’’ to use instead during testing.
How to mock some component from the library? For example something like mocking FacebookLoginMock in ‘import FacebookLogin from ‘react-facebook-login’’ to use instead during testing.