Skip to content

Commit

Permalink
Fix e2e storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 26, 2024
1 parent 61d7404 commit 0feee78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/storybook-playwright/storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const baseConfig = require( '../../../storybook/main' );

const config = {
...baseConfig,
addons: [ '@storybook/addon-toolbars' ],
addons: [
'@storybook/addon-toolbars',
'@storybook/addon-webpack5-compiler-babel',
],
docs: undefined,
staticDirs: undefined,
stories: [
Expand Down

0 comments on commit 0feee78

Please sign in to comment.