Skip to content

Commit

Permalink
svelte-component-test: fix for teardown/multiple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Oct 10, 2024
1 parent 8e686b7 commit 3b216f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-09-svelte-v5-cypress-component-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b216f7

Please sign in to comment.