There was an error while loading. Please reload this page.
1 parent 3d03401 commit a847da2Copy full SHA for a847da2
docs/react-testing-library/setup.md
@@ -26,7 +26,7 @@ all your imports. See [below](#configuring-jest-with-test-utils) for a way to
26
make your test util file accessible without using relative paths.
27
28
The example below sets up data providers using the
29
-[`wrapper`](api.md#render-options) option to `render`.
+[`wrapper`](api.md#wrapper) option to `render`.
30
31
```diff
32
// my-component.test.js
0 commit comments