An open API service indexing awesome lists of open source software.

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

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/)