We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722c269 commit 2769700Copy full SHA for 2769700
README.md
@@ -130,15 +130,15 @@ Here is an excerpt from the Enzyme documentation:
130
131
### mount(node[, options]) => ReactWrapper
132
133
-####Arguments
+#### Arguments
134
135
1. node (ReactElement): The node to render
136
2. options (Object [optional]):
137
3. options.context: (Object [optional]): Context to be passed into the 4. component
138
5. options.attachTo: (DOMElement [optional]): DOM Element to attach the component to.
139
6. options.childContextTypes: (Object [optional]): Merged contextTypes for all children of the wrapper.
140
141
-####Returns
+#### Returns
142
- ReactWrapper: The wrapper instance around the rendered output.
143
144
---
0 commit comments