Skip to content

Commit

Permalink
Remove duplication (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth authored and alexkrolick committed Aug 29, 2019
1 parent a3cb7c5 commit 24cced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference-test-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Return an object representing the rendered tree. This tree only contains the pla
testRenderer.toTree()
```

Return an object representing the rendered tree. Unlike `toJSON()`, the representation is more detailed than the one provided by `toJSON()`, and includes the user-written components. You probably don't need this method unless you're writing your own assertion library on top of the test renderer.
Return an object representing the rendered tree. The representation is more detailed than the one provided by `toJSON()`, and includes the user-written components. You probably don't need this method unless you're writing your own assertion library on top of the test renderer.

### `testRenderer.update()` {#testrendererupdate}

Expand Down

0 comments on commit 24cced1

Please sign in to comment.