Skip to content

Commit

Permalink
Merge pull request #26458 from arnabsen/next
Browse files Browse the repository at this point in the history
Test: Add @storybook/test as dev dependency
  • Loading branch information
ndelangen committed Mar 26, 2024
2 parents 0f7cddd + 14a6893 commit e358999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const removeJestTestingLibrary: Fix<{ incompatiblePackages: string[] }> =

const versionToInstall = getStorybookVersionSpecifier(packageJson);

await packageManager.addDependencies({ packageJson }, [
await packageManager.addDependencies({ installAsDevDependencies: true, packageJson }, [
`@storybook/test@${versionToInstall}`,
]);

Expand Down

0 comments on commit e358999

Please sign in to comment.