From b32a3eaac8b114a46a59c62ef476fc5726eeec3e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 19 Aug 2018 19:10:36 +0200 Subject: [PATCH] Add link to example repo using react-testing-library to test a Relay Modern app. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 667ce43f..2ff33e74 100644 --- a/README.md +++ b/README.md @@ -701,6 +701,8 @@ Some included are: - [Building a React Tooltip Library](https://www.youtube.com/playlist?list=PLMV09mSPNaQmFLPyrfFtpUdClVfutjF5G) by [divyanshu013](https://github.com/divyanshu013) and [metagrover](https://github.com/metagrover) + +- [A sample repo using react-testing-library to test a Relay Modern GraphQL app](https://github.com/zth/relay-modern-flow-jest-example) Feel free to contribute more!