I'm using jest snapshot comparison in combination with enzyme mount rendering. Is it possible to define a list of components which will be excluded from deep rendering?
Asked
Active
Viewed 209 times
0
-
How about mocking them? – Or B Jan 14 '18 at 13:39
-
I don't want that. I want the component to have its real functionality, response to events and run its code normally. I just want to stop deep rendering for it. – papadi Jan 15 '18 at 08:58