Skip to content

Commit

Permalink
Add Jest work with "testing-library/react" to Framework Guides
Browse files Browse the repository at this point in the history
  • Loading branch information
ms314006 committed Oct 28, 2019
1 parent cc2c92b commit 501ba7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/TestingFrameworks.md
Expand Up @@ -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))
Expand Down

0 comments on commit 501ba7a

Please sign in to comment.