From 12877d96c4e8de96d87276c3f02bc7cb09649f46 Mon Sep 17 00:00:00 2001 From: Shane Date: Mon, 22 Apr 2024 22:53:12 +0800 Subject: [PATCH] Update README.md (#307) fix the link to 'tests are heavily commented' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee46b32..d184104f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The tests are written to be directly compared to the official TodoMVC tests. Each test covers the same functionality found in the official TodoMVC tests but utilizes the Cypress API. -The [tests are heavily commented](cypress/e2e/app_spec.js) to ease you into the Cypress API. +The [tests are heavily commented](cypress/e2e/app.cy.js) to ease you into the Cypress API. [You can find the official TodoMVC tests we are comparing to here.](https://github.com/tastejs/todomvc/blob/master/tests/test.js) [And here.](https://github.com/tastejs/todomvc/blob/master/tests/page.js) [And here.](https://github.com/tastejs/todomvc/blob/master/tests/testOperations.js)