Skip to content

Commit

Permalink
Added .ref(refName) method to the mount documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbernardes committed Dec 20, 2015
1 parent b8f02cd commit eecf68c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ Returns whether or not all of the nodes in the wrapper match the provided select

#### [`everyWhere(selector) => Boolean`](/docs/api/ReactWrapper/everyWhere.md)
Returns whether or not any of the nodes in the wrapper pass the provided predicate function.

#### [`ref(refName) => ReactWrapper`](/docs/api/ReactWrapper/everyWhere.md)
Returns a wrapper of the node that matches the provided reference name.

0 comments on commit eecf68c

Please sign in to comment.