All Projects → coryhouse → Testing React

coryhouse / Testing React

Testing Demo App

Programming Languages

javascript
184084 projects - #8 most used programming language

Testing Demo App

This project was bootstrapped with Create React App.

Quick Start

npm install
npm start

The above commands will install dependencies and start the app. To run tests, run npm test on a separate command line. There are no tests written in the master branch.

Testing libraries

This instance of create-react-app has been enhanced with the following testing libraries:

Library Description
Jest Automated testing
Enzyme Unit test React components in isolation via shallow or with children via mount
enzyme-adapter-react-16 Configures enzyme to work with React 16
react-test-renderer Render React components to JSON for snapshot testing
redux-mock-store Mock store for testing your redux async action creators and middleware
Cypress In browser integration testing via Mocha and Chai
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].