Files
introduction-to-testing/README.md
2024-10-23 10:45:31 -05:00

11 lines
219 B
Markdown

# 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
```