From 7cff2a3ba7ebda472b0253df69afef1456b7c217 Mon Sep 17 00:00:00 2001 From: Christoffer Noring Date: Tue, 5 Jun 2018 15:13:17 +0100 Subject: [PATCH 1/2] adding article on react-testing-library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index caec1783..56cc80e0 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,8 @@ Some included are: * [Build a comment feed with TDD](https://medium.freecodecamp.org/how-to-build-sturdy-react-apps-with-tdd-and-the-react-testing-library-47ad3c5c8e47) by [@iwilsonq](https://github.com/iwilsonq) * [A clear way to unit testing React JS components using Jest and react-testing-library](https://www.richardkotze.com/coding/react-testing-library-jest) by [Richard Kotze](https://github.com/rkotze) +* [Intro to react-testing-library](https://legacy.gitbook.com/book/chrisnoring/react/edit#/edit/master/testing/react-testing-library.md?_k=ejm7jh) by [Chris Noring](https://github.com/softchris) + Feel free to contribute more! ## FAQ From b9deba62709c095250e8a92b66c406c2f0cec97a Mon Sep 17 00:00:00 2001 From: Christoffer Noring Date: Tue, 5 Jun 2018 15:16:08 +0100 Subject: [PATCH 2/2] correcting link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cc80e0..ea1a2bc8 100644 --- a/README.md +++ b/README.md @@ -640,7 +640,7 @@ Some included are: * [Build a comment feed with TDD](https://medium.freecodecamp.org/how-to-build-sturdy-react-apps-with-tdd-and-the-react-testing-library-47ad3c5c8e47) by [@iwilsonq](https://github.com/iwilsonq) * [A clear way to unit testing React JS components using Jest and react-testing-library](https://www.richardkotze.com/coding/react-testing-library-jest) by [Richard Kotze](https://github.com/rkotze) -* [Intro to react-testing-library](https://legacy.gitbook.com/book/chrisnoring/react/edit#/edit/master/testing/react-testing-library.md?_k=ejm7jh) by [Chris Noring](https://github.com/softchris) +* [Intro to react-testing-library](https://chrisnoring.gitbooks.io/react/content/testing/react-testing-library.html) by [Chris Noring](https://github.com/softchris) Feel free to contribute more!