Skip to content

Commit 57c76d3

Browse files
authored
Update apps/svelte.dev/src/lib/packages-meta.ts
1 parent daad714 commit 57c76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const FEATURED: {
314314
{
315315
title: 'Testing',
316316
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',
317+
'You might find the <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup',
318318
packages: [
319319
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
320320
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },

0 commit comments

Comments
 (0)