8000 docs: remove dead link in 07-misc/99-faq.md by TitanCmd · Pull Request #15906 · sveltejs/svelte · GitHub
[go: up one dir, main page]

Skip to content

docs: remove dead link in 07-misc/99-faq.md #15906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
F 8000 ailed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update documentation/docs/07-misc/99-faq.md
  • Loading branch information
dummdidumm authored May 13, 2025
commit 6ee4da75cd29c25f7245087ff1765a6f03b94512
2 changes: 2 additions & 0 deletions documentation/docs/07-misc/99-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ _End-to-End Tests_: To ensure your users are able to interact with your applicat

Some resources for getting started with testing:

- [Svelte docs on testing](/docs/svelte/testing)
- [Setup Vitest using the Svelte CLI](/docs/cli/vitest)
- [Svelte Testing Library](https://testing-library.com/docs/svelte-testing-library/example/)
- [Svelte Component Testing in Cypress](https://docs.cypress.io/guides/component-testing/svelte/overview)
- [Example using uvu test runner with JSDOM](https://github.com/lukeed/uvu/tree/master/examples/svelte)
Expand Down
0