Skip to content

Commit

Permalink
Merge pull request #5928 from scjody/patch-1
Browse files Browse the repository at this point in the history
Add a link to the list of supported events
(cherry picked from commit fc547e8)
  • Loading branch information
zpao committed Jan 28, 2016
1 parent 5189deb commit 4ecc108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10.4-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ReactTestUtils.Simulate.keyDown(node, {key: "Enter", keyCode: 13, which: 13});

*Note that you will have to provide any event property that you're using in your component (e.g. keyCode, which, etc...) as React is not creating any of these for you.*

`Simulate` has a method for every event that React understands.
`Simulate` has a method for [every event that React understands](/react/docs/events.html#supported-events).

### renderIntoDocument

Expand Down

0 comments on commit 4ecc108

Please sign in to comment.