Skip to content

Commit

Permalink
don't exclude stories.svelte files from svelte sandboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Dec 18, 2024
1 parent 8bc928b commit 89036fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ export async function setupVitest(details: TemplateDetails, options: PassedOptio
...defaultExclude,
// TODO: investigate TypeError: Cannot read properties of null (reading 'useContext')
"**/*argtypes*",
${template.expected.renderer === '@storybook/svelte' ? '"**/*.stories.svelte",' : ''}
],
/**
* TODO: Either fix or acknowledge limitation of:
Expand Down

0 comments on commit 89036fe

Please sign in to comment.