Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.08 KB

Jest/Enzyme/Snapshot Examples

This project was bootstrapped with Create React App.

Quick Start

yarn install
yarn start

The above commands will install dependencies and start the app. To run tests, run yarn test on a separate command line.

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
enzyme-to-json Convert Enzyme wrappers to a format compatible with Jest snapshot testing.