Skip to content

Commit

Permalink
Merge pull request #30786 from storybookjs/shilman/fix-rnw-test-install
Browse files Browse the repository at this point in the history
CLI: Fix test install in RNW projects
  • Loading branch information
shilman authored Mar 11, 2025
2 parents ab4aa24 + bb2ad1a commit 2b407ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/create-storybook/src/generators/baseGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export async function baseGenerator(
ProjectType.SVELTE,
ProjectType.SVELTEKIT,
ProjectType.WEB_COMPONENTS,
ProjectType.REACT_NATIVE_WEB,
];
const supportsTestAddon =
projectType === ProjectType.NEXTJS ||
Expand Down

0 comments on commit 2b407ae

Please sign in to comment.