Skip to content

Commit

Permalink
e2e: add react as additionalDeps in sfcVue E2E tests to tmp fix Yarn …
Browse files Browse the repository at this point in the history
…2 E2E tests
  • Loading branch information
gaetanmaisse committed Nov 16, 2020
1 parent e440498 commit e545ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/run-e2e-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export const sfcVue: Parameters = {
additionalDeps: [
// TODO: remove when https://github.com/storybookjs/storybook/issues/11255 is solved
'core-js',
// FIXME: We still have issue with react as peer/regular deps...
// For some details see: https://github.com/storybookjs/storybook/pull/13059/commits/8d4938bc4aef55e208a89f3547674c64ed39d3b3#r520101039
'react',
],
};

Expand Down

0 comments on commit e545ba0

Please sign in to comment.