Skip to content

Commit

Permalink
Update README.md (#307)
Browse files Browse the repository at this point in the history
fix the link to 'tests are heavily commented'
  • Loading branch information
codersjj committed Apr 22, 2024
1 parent 2aaf4b1 commit 12877d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 12877d9

Please sign in to comment.