diff --git a/README.md b/README.md index 6c78f59..43c2ca1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In this repo you'll find several examples that will cover: - ๐Ÿ“น [Mocking external lib.'s components](https://github.com/vanGalilea/react-native-testing/blob/master/__tests__/Video.test.tsx). - ๐ŸŽญ [Mocking and interacting with RN's Modal component](https://github.com/vanGalilea/react-native-testing/blob/master/__tests__/Modal.test.tsx). - ๐Ÿงพ [Handling with a screen with RN's FlatList component](https://github.com/vanGalilea/react-native-testing/blob/master/__tests__/FlatList.test.tsx). -- ๐Ÿงพ [Using MSW to mock api calls and handling loading/errors](https://github.com/vanGalilea/react-native-testing/blob/master/__tests__/ListWithFetch.test.tsx). +- ๐Ÿ“ก [Using MSW to mock api calls and handling loading/errors](https://github.com/vanGalilea/react-native-testing/blob/master/__tests__/ListWithFetch.test.tsx).