githubEdit

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 testing. Testing can mean a lot of things, from linting and typechecking to actually writing tests.

Typechecking

  1. PropTypes Error (run itarrow-up-right)

  2. PropTypes Required Values (run itarrow-up-right)

  3. PropTypes OneOf (run itarrow-up-right)

  4. TypeScript Project (view the codearrow-up-right)

TDD with React

  1. Testing Introduction (view the codearrow-up-right)

  2. Testing React Components (view the codearrow-up-right)

Last updated