# webtesting-iii-guided **Repository Path**: mirrors_LambdaSchool/webtesting-iii-guided ## Basic Information - **Project Name**: webtesting-iii-guided - **Description**: Guided Project for Web Testing III Module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.