Skip to content

Commit

Permalink
chore: fix unit tests after deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed May 10, 2024
1 parent 6593be0 commit 8a72c4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/molecules/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const config: StorybookConfig = {
});
},
stories: [
'../src/docs/introduction.stories.mdx',
'../src/docs/**/*.stories.mdx',
'../src/docs/introduction.mdx',
'../src/docs/**/*.mdx',
'../src/components/*.stories.tsx',
],
addons: [
Expand Down

0 comments on commit 8a72c4c

Please sign in to comment.