/webtesting-iii-guided

Guided Project for Web Testing III Module

Primary LanguageJavaScript

Web Testing III Guided Project

Guided project for Web Testing I module.

In this module we will cover the basics of using jest to test React applications.

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • type yarn or npm i to download dependencies.

Please follow along as the instructor uses Test Driven Development (TDD) to build and test a React application.