Update link to cypress examples

Link to cypress examples was taking users to a 404 page due to a missing 'vite-app' folder in the path.
This commit is contained in:
Connie
2023-05-11 18:08:13 -03:00
committed by GitHub
parent 22da0df68e
commit fcb58c3c15

View File

@@ -97,7 +97,7 @@ Run `pnpm build` once and then you can use `pnpm dev` for local development.
## Testing
Testing is done with cypress. You can find the tests in the [`examples/cypress`](/examples/cypress/) folder. In order to run the tests do:
Testing is done with cypress. You can find the tests in the [`examples/vite-app/cypress`](/examples/vite-app/cypress/) folder. In order to run the tests do:
```sh
pnpm test