diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d2e095 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/examples/accident-counter/tests/counter.spec.js b/examples/accident-counter/tests/counter.spec.js deleted file mode 100644 index e924d05..0000000 --- a/examples/accident-counter/tests/counter.spec.js +++ /dev/null @@ -1,2 +0,0 @@ -import { test, expect } from '@playwright/test'; -import { createServer } from 'vite';