This is a companion repository for the Testing Fundamentals course on Frontend Masters.
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