All Projects → Swizec → React Testing Example

Swizec / React Testing Example

A sample project to investigate testing options with ReactJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Testing React components with Karma runner - example

Running tests

This is the example code for a companion article on testing React modules. Following this code you can take your front-end testing beyond unit tests and achieve the following:

  • a way to test user events
  • test the response to those events
  • make sure the right things render at the right time
  • run tests in many browsers
  • re-run tests on file changes
  • work with continuous integration systems
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].