Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Chapter 10 : Testing

In order to keep up with our competitors, we must move quickly and ensure quality. One vital tool in our arsenal that allows us to move quickly while ensuring quality is unit testing. Unit testing allows us to verify that every piece, or unit, of our application functions as intended.

Samples

eslint

  • ESLint configuration file (source)

Testing Redux

Testing React components

Jest Mocks

Snapshot Testing