https://github.com/vasanthk/react-testing
Testing React Components
https://github.com/vasanthk/react-testing
enzyme react-testing reactjs testing
Last synced: 5 months ago
JSON representation
Testing React Components
- Host: GitHub
- URL: https://github.com/vasanthk/react-testing
- Owner: vasanthk
- Created: 2016-05-27T22:18:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T17:51:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T17:42:30.785Z (12 months ago)
- Topics: enzyme, react-testing, reactjs, testing
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Testing
Testing React Components
**Links**
[Enzyme](http://airbnb.io/enzyme/)
[Curated Links: React Redux Testing](https://github.com/markerikson/react-redux-links/blob/master/react-redux-testing.md)
[Some Thoughts On Testing React/Redux Applications](https://medium.com/javascript-inside/some-thoughts-on-testing-react-redux-applications-8571fbc1b78f#.dw9liuw8d)
[Testing in React - Getting off the ground](https://medium.com/javascript-inside/testing-in-react-getting-off-the-ground-5f569f3088a#.8b33p2fij)
[Getting started with TDD in React](https://semaphoreci.com/community/tutorials/getting-started-with-tdd-in-react)
[Testing Redux Applications](http://randycoulman.com/blog/2016/03/15/testing-redux-applications/)
[More React unit testing with Jest and Enzyme](https://www.kevinhooke.com/2017/02/19/more-react-unit-testing-with-jest-and-enzyme/)
[TDD the RITE Way](https://medium.com/javascript-scene/tdd-the-rite-way-53c9b46f45e3#.kh4jwlc87)
[Never Render in React tesing again](https://medium.com/@planttheidea/never-render-in-react-testing-again-fc4bcfc2f71d#.t4im0eapl)
**Discussions**
[Testing Async calls made with componentDidMount](https://www.reddit.com/r/reactjs/comments/4w0psb/help_with_testing_async_calls_made_in/)