Skip to content

Commit

Permalink
chore(storybook): added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Jan 13, 2023
1 parent c02b7b8 commit 309541e
Show file tree
Hide file tree
Showing 4 changed files with 4,237 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ exports[`@nrwl/storybook:configuration for workspaces with Root project basic fu
export const rootMain: StorybookConfig = {
stories: [],
addons: ['@storybook/addon-essentials'],
// webpackFinal: async (config, { configType }) => {
// // Make whatever fine-grained changes you need that should apply to all storybook configs
// // Return the altered config
// return config;
// },
addons: ['@storybook/addon-essentials']
};
"
`;
Expand Down
Loading

0 comments on commit 309541e

Please sign in to comment.