/webtesting-ii-guided

Guided Project for Web Testing II Module

Primary LanguageJavaScriptOtherNOASSERTION

Web Testing II Guided Project

Guided project for Web Testing II 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.