mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
FIX snapshots
This commit is contained in:
parent
41483e2160
commit
d30dee7b9a
@ -26,47 +26,47 @@ Array [
|
||||
`;
|
||||
|
||||
exports[`PropTable multiLineText should include all propTypes by default 1`] = `
|
||||
<ForwardRef>
|
||||
<Table>
|
||||
<thead>
|
||||
<tr>
|
||||
<ForwardRef
|
||||
<Th
|
||||
bordered={true}
|
||||
>
|
||||
property
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Th>
|
||||
<Th
|
||||
bordered={true}
|
||||
>
|
||||
propType
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Th>
|
||||
<Th
|
||||
bordered={true}
|
||||
>
|
||||
required
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Th>
|
||||
<Th
|
||||
bordered={true}
|
||||
>
|
||||
default
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Th>
|
||||
<Th
|
||||
bordered={true}
|
||||
>
|
||||
description
|
||||
</ForwardRef>
|
||||
</Th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr
|
||||
key="foo"
|
||||
>
|
||||
<ForwardRef
|
||||
<Td
|
||||
bordered={true}
|
||||
code={true}
|
||||
>
|
||||
foo
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Td>
|
||||
<Td
|
||||
bordered={true}
|
||||
code={true}
|
||||
>
|
||||
@ -78,21 +78,21 @@ exports[`PropTable multiLineText should include all propTypes by default 1`] = `
|
||||
}
|
||||
}
|
||||
/>
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Td>
|
||||
<Td
|
||||
bordered={true}
|
||||
>
|
||||
-
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Td>
|
||||
<Td
|
||||
bordered={true}
|
||||
>
|
||||
-
|
||||
</ForwardRef>
|
||||
<ForwardRef
|
||||
</Td>
|
||||
<Td
|
||||
bordered={true}
|
||||
/>
|
||||
</tr>
|
||||
</tbody>
|
||||
</ForwardRef>
|
||||
</Table>
|
||||
`;
|
||||
|
@ -11,7 +11,7 @@ exports[`Storyshots Another Button with some emoji 1`] = `
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
<ForwardRef
|
||||
<Button
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Styled(button)
|
||||
@ -29,7 +29,7 @@ exports[`Storyshots Another Button with some emoji 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
</Styled(button)>
|
||||
</ForwardRef>
|
||||
</Button>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Another Button with text 1`] = `
|
||||
@ -43,7 +43,7 @@ exports[`Storyshots Another Button with text 1`] = `
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
<ForwardRef
|
||||
<Button
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Styled(button)
|
||||
@ -56,7 +56,7 @@ exports[`Storyshots Another Button with text 1`] = `
|
||||
Hello Button
|
||||
</button>
|
||||
</Styled(button)>
|
||||
</ForwardRef>
|
||||
</Button>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Async with 5ms timeout simulating async operation 1`] = `
|
||||
@ -76,7 +76,7 @@ exports[`Storyshots Button with some emoji 1`] = `
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
<ForwardRef
|
||||
<Button
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Styled(button)
|
||||
@ -94,7 +94,7 @@ exports[`Storyshots Button with some emoji 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
</Styled(button)>
|
||||
</ForwardRef>
|
||||
</Button>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Button with text 1`] = `
|
||||
@ -108,7 +108,7 @@ exports[`Storyshots Button with text 1`] = `
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
<ForwardRef
|
||||
<Button
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Styled(button)
|
||||
@ -121,7 +121,7 @@ exports[`Storyshots Button with text 1`] = `
|
||||
Hello Button
|
||||
</button>
|
||||
</Styled(button)>
|
||||
</ForwardRef>
|
||||
</Button>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Welcome to Storybook 1`] = `
|
||||
|
Loading…
x
Reference in New Issue
Block a user