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
Failed to load comment 8000 s.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
vitest-dev/vitest#7767
  • Loading branch information
TitanCmd authored May 13, 2025
commit c59b392efedcd478253781f2eecf1e5773dbe414
1 change: 0 additions & 1 deletion documentation/docs/07-misc/99-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
0