Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
try to fix storybook: storybookjs/storybook#15067
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jun 2, 2021
1 parent c70d8f8 commit 6d70843
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/preset-create-react-app"
]
}
stories: [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/preset-create-react-app"
],
typescript: {
reactDocgen: "none"
}
};
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/storybook.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`Storyshots Filesystem FilesystemContextMenu 1`] = `
</div>
`;

exports[`Storyshots Filesystem New Folder Modal 1`] = `
exports[`Storyshots Filesystem NewFolderModal 1`] = `
<form
className=""
onSubmit={[Function]}
Expand Down

0 comments on commit 6d70843

Please sign in to comment.