Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 516 Bytes

Overview

This project contains samples of unit tests written with Jest & Enzyme. These tests were written in support of a talk on unit testing your React app. The slides for the talk can be found here.

This project was bootstrapped with Create React App.

Running The Tests

npm test will launch the Jest test-runner.

To view code coverage, run npm test -- --coverage (the extra -- is intentional.).