Skip to content

pepopowitz/unit-testing-your-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unit tests to support my "unit testing your react app" talk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published