chore: remove Vue and Svelte examples from component testing documentation

This commit is contained in:
Anish Sarkar 2026-05-10 04:24:44 +05:30
parent d52225c18d
commit 822ffb2429
3 changed files with 1 additions and 65 deletions

View file

@ -116,7 +116,7 @@ Test individual components in isolation using Playwright Component Testing.
npm init playwright@latest -- --ct
```
For comprehensive component testing patterns including mounting, props, events, slots, mocking, and framework-specific examples (React, Vue, Svelte), see **[component-testing.md](../testing-patterns/component-testing.md)**.
For comprehensive component testing patterns including mounting, props, events, slots, mocking, and framework-specific examples, see **[component-testing.md](../testing-patterns/component-testing.md)**.
## API Tests