ericelliott/react-pure-component-starter

Simulating onClick when testing

Open

#1 opened on 2015年10月17日

GitHub で見る
 (4 comments) (1 reaction) (0 assignees)JavaScript (88 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (801 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド