mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
chore: add additional addon-jest examples
This commit is contained in:
parent
e23f2d5593
commit
b5ea3158d0
@ -10,3 +10,8 @@ export default {
|
||||
|
||||
export const WithTests = () => <p>Hello</p>;
|
||||
WithTests.parameters = { jest: 'addon-jest' };
|
||||
|
||||
export const WithInferredTests = () => <p>Inferred Tests</p>;
|
||||
|
||||
export const DisabledTests = () => <p>Disabled Tests</p>;
|
||||
WithTests.parameters = { jest: { disabled: true } };
|
||||
|
Loading…
x
Reference in New Issue
Block a user