From 501ba7a2f2be2bca321b2ec42bb9510ff6d03625 Mon Sep 17 00:00:00 2001 From: GQSM Date: Mon, 28 Oct 2019 20:56:58 +0800 Subject: [PATCH] Add Jest work with "testing-library/react" to Framework Guides --- docs/TestingFrameworks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/TestingFrameworks.md b/docs/TestingFrameworks.md index 2054e0c9c43c..2886151e1912 100644 --- a/docs/TestingFrameworks.md +++ b/docs/TestingFrameworks.md @@ -20,6 +20,10 @@ Although Jest may be considered a React-specific test runner, in fact it is a un - [Testing Angular faster with Jest](https://www.xfive.co/blog/testing-angular-faster-jest/) by Michał Pierzchała ([@thymikee](https://twitter.com/thymikee)) +## React + +- [Testing ReactJS components with Jest](https://github.com/testing-library/react-testing-library) by Kent C. Dodds ([@kentcdodds](https://twitter.com/kentcdodds)) + ## MobX - [How to Test React and MobX with Jest](https://semaphoreci.com/community/tutorials/how-to-test-react-and-mobx-with-jest) by Will Stern ([@willsterndev](https://twitter.com/willsterndev))