diff --git a/_posts/2024-10-09-svelte-v5-cypress-component-testing.md b/_posts/2024-10-09-svelte-v5-cypress-component-testing.md index dd1a714..6a9aaf8 100644 --- a/_posts/2024-10-09-svelte-v5-cypress-component-testing.md +++ b/_posts/2024-10-09-svelte-v5-cypress-component-testing.md @@ -136,7 +136,7 @@ Cypress.Commands.add('mount', mountV5) And with that, my Cypress component test is passing! 🙌 -Here's [a link to my full `cypress/support/component.ts` file](https://gitlab.com/alxndr/almost-dead-dot-net/-/blob/f91dada0c82d04c3e73b6620cd0fd0931c297f56/cypress/support/component.ts), and here's [the commit with the other changes to get a bare-bones component test working](https://gitlab.com/alxndr/almost-dead-dot-net/-/commit/f91dada0c82d04c3e73b6620cd0fd0931c297f56#301b06bde90319297ef11cdf291a42aa937da9e6). +Here's [a link to my full `cypress/support/component.ts` file](https://gitlab.com/alxndr/almost-dead-dot-net/-/blob/d1af2a3d567e68a3a93289b3848ad5023a4a48d7/cypress/support/component.ts), and here's [the commit with the other changes to get a bare-bones component test working](https://gitlab.com/alxndr/almost-dead-dot-net/-/commit/d1af2a3d567e68a3a93289b3848ad5023a4a48d7). [Cypress]: https://cypress.io