Remove duplication (#2308)

This commit is contained in:
Andrew
2019-08-29 08:17:43 -07:00
committed by Alex Krolick
parent a3cb7c5235
commit 24cced1a9b

View File

@@ -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}