Skip to content

Commit

Permalink
Fix e2e Storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Oct 14, 2024
1 parent 0e587d5 commit 12ff7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/storybook-playwright/storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const config = {
...baseConfig,
addons: [ '@storybook/addon-toolbars' ],
docs: undefined,
staticDirs: undefined,
stories: [
'../../../packages/components/src/**/stories/e2e/*.story.@(js|tsx|mdx)',
],
Expand Down

0 comments on commit 12ff7d4

Please sign in to comment.