From 874adfaa8f712120e54fe2b06728ad13a43c5e96 Mon Sep 17 00:00:00 2001 From: Steve Galili Date: Wed, 2 Aug 2023 11:10:15 +0200 Subject: [PATCH] docs: update broken link in readme link to blog fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb48a3d..daadaf7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ - ⚛️ Add tests for react native web project ### Inspiration, resources and further reading 📚 -- 📑 A blog by [Steve Galili]([url](https://github.com/vanGalilea)) on ["Where and How to Start Testing Your React Native App"]([url](https://medium.com/@stevegalili/where-and-how-to-start-testing-your-react-native-app-%EF%B8%8F-and-how-to-keep-on-testin-ec3464fb9b41)) +- 📑 A blog by [Steve Galili]([url](https://github.com/vanGalilea)) on ["Where and How to Start Testing Your React Native App"](https://medium.com/@stevegalili/where-and-how-to-start-testing-your-react-native-app-%EF%B8%8F-and-how-to-keep-on-testin-ec3464fb9b41) - 👏 Inspired by [Kent C. Dodds'](https://testingjavascript.com/) workshop [Test React Components with Jest and React Testing Library](https://github.com/testing-library/react-testing-library). For more info check [Epic React](https://epicreact.dev/). - 📕 [React Native Testing Library](https://callstack.github.io/react-native-testing-library/)