From 9156b9fd901ac926c8424f02cc40171e7705592f Mon Sep 17 00:00:00 2001 From: Luke Ghenco Date: Wed, 12 Sep 2018 09:19:31 -0700 Subject: [PATCH] Add additional learning material to README Small PR to add the blog post article [Creating Readable Tests Using React Testing Library](https://medium.com/flatiron-labs/creating-readable-tests-using-react-testing-library-2bd03c49c284) to the [Learning Material](https://github.com/kentcdodds/react-testing-library#learning-material) section. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3853fb9e..39e7307c 100644 --- a/README.md +++ b/README.md @@ -795,6 +795,9 @@ Some included are: - [A sample repo using react-testing-library to test a Relay Modern GraphQL app](https://github.com/zth/relay-modern-flow-jest-example) +- [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) + Feel free to contribute more! ## FAQ