fixed renderer

I fixed only a typo
This commit is contained in:
0xflotus
2019-01-06 23:34:07 +01:00
committed by GitHub
parent 6f2e26f21c
commit 3f7a7ddccf

View File

@@ -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()`