Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 555 Bytes

Testing Fundamentals Course

This is a companion repository for the Testing Fundamentals course on Frontend Masters. Frontend Masters

Setup Instructions

We recommend using Node.js version 20+ for this course

Clone this repository and install the dependencies:

git clone https://github.com/stevekinney/introduction-to-testing.git
cd introduction-to-testing
npm install