From fcb58c3c15c22822cdb9304cc95c8b68fc2e8806 Mon Sep 17 00:00:00 2001 From: Connie <105062735+conniepaula@users.noreply.github.com> Date: Thu, 11 May 2023 18:08:13 -0300 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50673003..6962878c 100644 --- a/README.md +++ b/README.md @@ -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