Skip to content

Commit 24cced1

Browse files
ahuthalexkrolick
authored andcommitted
Remove duplication (#2308)
1 parent a3cb7c5 commit 24cced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-test-renderer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Return an object representing the rendered tree. This tree only contains the pla
149149
testRenderer.toTree()
150150
```
151151

152-
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.
152+
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.
153153

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

0 commit comments

Comments
 (0)