We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad714 commit 57c76d3Copy full SHA for 57c76d3
apps/svelte.dev/src/lib/packages-meta.ts
@@ -314,7 +314,7 @@ const FEATURED: {
314
{
315
title: 'Testing',
316
description:
317
- 'You might find the <a href="/docs/cli">Svelte CLI</a> and <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup',
+ 'You might find the <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup',
318
packages: [
319
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
320
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },
0 commit comments