Y
Hacker News
new
|
ask
|
show
|
jobs
by
benhue
4016 days ago
How would you handle dom events with this method (such as click, hover etc.)?
1 comments
dugmartin
4016 days ago
There is a simulate event method in React TestUtils:
https://facebook.github.io/react/docs/test-utils.html
link