Skip to content

Commit a847da2

Browse files
authored
Update wrapper link (testing-library#447)
1 parent 3d03401 commit a847da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all your imports. See [below](#configuring-jest-with-test-utils) for a way to
2626
make your test util file accessible without using relative paths.
2727

2828
The example below sets up data providers using the
29-
[`wrapper`](api.md#render-options) option to `render`.
29+
[`wrapper`](api.md#wrapper) option to `render`.
3030

3131
```diff
3232
// my-component.test.js

0 commit comments

Comments
 (0)