Guided project for Web Testing I module.
In this module we will cover the basics of using jest
to test React applications.
- fork and clone this repository.
- CD into the folder where you cloned your fork.
- type
yarn
ornpm i
to download dependencies.
Please follow along as the instructor uses Test Driven Development (TDD) to build and test a React application.