From ecb57694ff2eefb56e6544f57751c7a5fdc4d37b Mon Sep 17 00:00:00 2001 From: Victor Martins Date: Sun, 23 Sep 2018 16:39:32 -0300 Subject: [PATCH] Added new topic inside Learning Materials I've added the RTL course repository from Kent C. Dodds inside the Learning Materials section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eba20be2..7b41569c 100644 --- a/README.md +++ b/README.md @@ -836,6 +836,8 @@ Some included are: - [Creating Readable Tests Using React Testing Library](https://medium.com/flatiron-labs/creating-readable-tests-using-react-testing-library-2bd03c49c284) by [Lukeghenco](https://github.com/Lukeghenco) +- [Course material with many examples using react-testing-library](https://github.com/kentcdodds/react-testing-library-course) + by [Kent C. Dodds](https://github.com/kentcdodds) Feel free to contribute more!