added readme, removed test dir

This commit is contained in:
dtauer
2024-10-23 10:45:31 -05:00
parent a3bcc619ff
commit c89bb10b06
2 changed files with 11 additions and 2 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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
```