Skip to content

Commit 501ba7a

Browse files
authored
Add Jest work with "testing-library/react" to Framework Guides
1 parent cc2c92b commit 501ba7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Although Jest may be considered a React-specific test runner, in fact it is a un
2020

2121
- [Testing Angular faster with Jest](https://www.xfive.co/blog/testing-angular-faster-jest/) by Michał Pierzchała ([@thymikee](https://twitter.com/thymikee))
2222

23+
## React
24+
25+
- [Testing ReactJS components with Jest](https://github.com/testing-library/react-testing-library) by Kent C. Dodds ([@kentcdodds](https://twitter.com/kentcdodds))
26+
2327
## MobX
2428

2529
- [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))

0 commit comments

Comments
 (0)