Skip to content

Commit 50f143d

Browse files
authored
Add 'storybook' to testing packages
Align with Svelte testing documentation
1 parent 7223a0a commit 50f143d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ const FEATURED: {
319319
packages: [
320320
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
321321
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },
322+
{ name: 'storybook' },
322323
{ name: 'vitest' }
323324
]
324325
},

0 commit comments

Comments
 (0)