Carlos Agosto
Results
4
comments of
Carlos Agosto
> See #5026 Yup that's the same issue thanks for the link.
I am having the same issue and I am not using Next.js I have done this as temp work around. ``` jest.spyOn(console, 'error').mockImplementation(() => {}); ```