Skip to content

Commit

Permalink
fix sharedux storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 7, 2025
1 parent 7e82712 commit 7470986
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { defaultConfig } from '@kbn/storybook';

module.exports = {
...defaultConfig,
stories: ['../../../../../**/*.stories.+(tsx|mdx)'],
stories: [
'../../**/*.stories.+(tsx|mdx)',
'../../../../shared/shared-ux/**/*.stories.+(tsx|mdx)',
],
reactOptions: {
strictMode: true,
},
Expand Down

0 comments on commit 7470986

Please sign in to comment.