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 Jun 1, 2018
1 parent c3a31a7 commit 670a88c
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

2 comments on commit 670a88c

@intrepidOlivia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, are you going to submit a PR for these changes? They are still present in the origin repo's documentation.

@conor-cafferkey-sociomantic
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder! PR’d here: enzymejs#1714

Please sign in to comment.