fix: remove dead link in 07-misc/99-faq.md

remove dead link from the docs, vitest seem to have removed svelte example.

this was the corresponding PR that removed it from vitest
https://github.com/vitest-dev/vitest/pull/7767
pull/15906/head
Tristan 1 year ago committed by GitHub
parent 8866851e2c
commit c59b392efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,6 @@ Some resources for getting started with testing:
- [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 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)
- [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)

Loading…
Cancel
Save