11 lines
219 B
Markdown
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
|
|
``` |