Browse Source

Remove duplication (#2308)

main
Andrew 5 years ago
committed by Alex Krolick
parent
commit
24cced1a9b
  1. 2
      content/docs/reference-test-renderer.md

2
content/docs/reference-test-renderer.md

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

Loading…
Cancel
Save