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

remove dead link from the docs in favor of pointing to our own docs

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/15905/head
Tristan 5 months ago committed by GitHub
parent 8866851e2c
commit b6fe1cca3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,9 +81,10 @@ _End-to-End Tests_: To ensure your users are able to interact with your applicat
Some resources for getting started with testing: 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 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) - [Svelte Component Testing in Cypress](https://docs.cypress.io/guides/component-testing/svelte/overview)
- [Example using vitest](https://github.com/vitest-dev/vitest/tree/main/examples/sveltekit)
- [Example using uvu test runner with JSDOM](https://github.com/lukeed/uvu/tree/master/examples/svelte) - [Example using uvu test runner with JSDOM](https://github.com/lukeed/uvu/tree/master/examples/svelte)
- [Test Svelte components using Vitest & Playwright](https://davipon.hashnode.dev/test-svelte-component-using-vitest-playwright) - [Test Svelte components using Vitest & Playwright](https://davipon.hashnode.dev/test-svelte-component-using-vitest-playwright)
- [Component testing with WebdriverIO](https://webdriver.io/docs/component-testing/svelte) - [Component testing with WebdriverIO](https://webdriver.io/docs/component-testing/svelte)

Loading…
Cancel
Save