Browse Source

chore: update link to Jest's docs (#3897)

main
Simen Bekkhus 3 years ago
committed by GitHub
parent
commit
8020605812
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/addons-test-utils.md

2
content/docs/addons-test-utils.md

@ -143,7 +143,7 @@ Pass a mocked component module to this method to augment it with useful methods
> Note:
>
> `mockComponent()` is a legacy API. We recommend using [`jest.mock()`](https://facebook.github.io/jest/docs/en/tutorial-react-native.html#mock-native-modules-using-jestmock) instead.
> `mockComponent()` is a legacy API. We recommend using [`jest.mock()`](https://jestjs.io/docs/tutorial-react-native#mock-native-modules-using-jestmock) instead.
* * *

Loading…
Cancel
Save