Skip to content

Commit

Permalink
Removed ReactWrapper.getNode()/getNodes() docs enzymejs#1669
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-cafferkey-sociomantic committed Jul 13, 2018
1 parent fb19fda commit 8fa1a41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
32 changes: 0 additions & 32 deletions docs/api/ReactWrapper/getNode.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/api/ReactWrapper/getNodes.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ Returns a static HTML rendering of the current node.
#### [`.get(index) => ReactElement`](ReactWrapper/get.md)
Returns the node at the provided index of the current wrapper.

#### [`.getNode() => ReactElement`](ReactWrapper/getNode.md)
Returns the wrapper's underlying node.

#### [`.getNodes() => Array<ReactElement>`](ReactWrapper/getNodes.md)
Returns the wrapper's underlying nodes.

#### [`.getDOMNode() => DOMComponent`](ReactWrapper/getDOMNode.md)
Returns the outer most DOMComponent of the current wrapper.

Expand Down

0 comments on commit 8fa1a41

Please sign in to comment.