Browse Source

Merge pull request #1537 from 0xflotus/patch-1

fixed renderer
main
Alex Krolick 6 years ago
committed by GitHub
parent
commit
22732d46e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/reference-test-renderer.md

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

@ -118,7 +118,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 rendererer.
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.
### `testRenderer.update()`

Loading…
Cancel
Save