Skip to content

Commit 174a5d0

Browse files
benadamstylesthymikee
authored andcommitted
docs: Remove reference to instance in readme (#42)
1 parent 1ed1337 commit 174a5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function render(
7777
): RenderResult {}
7878
```
7979

80-
Deeply render given React element and returns helpers to query the output. For convenience it also returns `react-test-renderer`'s `instance` and `renderer` objects, in case you need more control.
80+
Deeply render given React element and returns helpers to query the output.
8181

8282
```jsx
8383
import { render } from 'react-native-testing-library';

0 commit comments

Comments
 (0)