Skip to content

Commit

Permalink
fix(storybook/main.ts): storybook docs description
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX committed Mar 24, 2024
1 parent 3a6973b commit c28c9e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion packages/ui-react/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ const config: StorybookConfig = {
options: {},
},
docs: {
autodocs: 'tag',
autodocs: true,
},
typescript: {
reactDocgen: 'react-docgen-typescript',
},
viteFinal: async (config) => ({
...config,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/coverage/Button.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h1><a href="index.html">All files</a> Button.tsx</h1>
rel="noopener noreferrer"
>istanbul</a
>
at 2024-03-24T03:20:54.891Z
at 2024-03-24T04:49:13.171Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-react/coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1711250454918" clover="3.2.0">
<project timestamp="1711250454918" name="All files">
<coverage generated="1711255753198" clover="3.2.0">
<project timestamp="1711255753198" name="All files">
<metrics statements="64" coveredstatements="64" conditionals="3" coveredconditionals="1" methods="0" coveredmethods="0" elements="67" coveredelements="65" complexity="0" loc="64" ncloc="64" packages="1" files="1" classes="1"/>
<file name="Button.tsx" path="D:\Projects\SAST\SAST-UI\packages\ui-react\lib\Button\Button.tsx">
<metrics statements="64" coveredstatements="64" conditionals="3" coveredconditionals="1" methods="0" coveredmethods="0"/>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h1>All files</h1>
rel="noopener noreferrer"
>istanbul</a
>
at 2024-03-24T03:20:54.891Z
at 2024-03-24T04:49:13.171Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down

0 comments on commit c28c9e5

Please sign in to comment.