ericelliott/react-pure-component-starter

Simulating onClick when testing

Open

#1 opened on Oct 17, 2015

View on GitHub
 (4 comments) (1 reaction) (0 assignees)JavaScript (801 stars) (88 forks)batch import
enhancementhelp wanted

Description

Thank you for this. I was actually busy implementing my own solution similar to this, but including Redux. Anyway, curious to know how you test components that require user interaction? An example would be onClick. I looked at shallowRender, but then you have to navigate to your children and call the method manually. Not ideal and not elegant.

Contributor guide