Albert XU
Results
1
comments of
Albert XU
I have the same problem, for me the problem comes from the **function** I have in the object. The solution for me is to mock function by ```jest.fn()``` and put...