Skip to content

Commit 3cfd279

Browse files
authored
docs: fix wrong link (#56)
1 parent b45040d commit 3cfd279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ package.
8787
## Usage
8888

8989
Import `@testing-library/jest-native/extend-expect` once (for instance in your
90-
[tests setup file](https://jestjs.io/docs/en/configuration.html#setupfilesafterenv-array)) and
91-
you're good to go:
90+
[tests setup file](https://jestjs.io/docs/configuration#setupfilesafterenv-array)) and you're good
91+
to go:
9292

9393
```javascript
9494
import '@testing-library/jest-native/extend-expect';

0 commit comments

Comments
 (0)