diff --git a/docs/test-utils.html b/docs/test-utils.html index e9f933ca6b..e11705d932 100644 --- a/docs/test-utils.html +++ b/docs/test-utils.html @@ -417,7 +417,7 @@ React.addons.TestUtils.Simulate.keyDown(node, {key: "Enter"});
Simulate has a method for every event that React understands.
ReactComponent renderIntoDocument(ReactComponent instance)
+renderIntoDocument #
ReactComponent renderIntoDocument(ReactElement instance)
Render a component into a detached DOM node in the document. This function requires a DOM.
mockComponent #
object mockComponent(function componentClass, string? mockTagName)