set correct expected framework in repro-templates for cra

This commit is contained in:
Yann Braga 2022-10-19 19:20:03 +02:00
parent 1db64fa686
commit b4622fd74c

View File

@ -4,7 +4,8 @@ const craTemplates = {
script: 'npx create-react-app .',
cadence: ['ci', 'daily', 'weekly'],
expected: {
framework: '@storybook/cra',
// TODO: change this to @storybook/cra once that package is created
framework: '@storybook/react-webpack5',
renderer: '@storybook/react',
builder: '@storybook/builder-webpack5',
},
@ -16,7 +17,8 @@ const craTemplates = {
// Re-enable once https://github.com/storybookjs/storybook/issues/19351 is fixed.
skipTasks: ['smoke-test'],
expected: {
framework: '@storybook/cra',
// TODO: change this to @storybook/cra once that package is created
framework: '@storybook/react-webpack5',
renderer: '@storybook/react',
builder: '@storybook/builder-webpack5',
},