# Testing Fundamentals ## Setup Instructions Clone this repository and install the dependencies: ```bash git clone https://github.com/stevekinney/introduction-to-testing.git cd introduction-to-testing npm install ```